Skip to content

Commit 12d5eda

Browse files
ksennagaearon
authored andcommitted
Update docs referencing referencing /src files (#291)
* Remove text referencing /src files * Add link to stack reconciler on 15-stable branch
1 parent 19886e3 commit 12d5eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/implementation-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It is very technical and assumes a strong understanding of React public API as w
1414

1515
It also assumes an understanding of the [differences between React components, their instances, and elements](/blog/2015/12/18/react-components-elements-and-instances.html).
1616

17-
The stack reconciler is powering all the React production code today. It is located in [`src/renderers/shared/stack/reconciler`](https://github.com/facebook/react/tree/master/src/renderers/shared/stack) and is used by both React DOM and React Native.
17+
The stack reconciler was used in React 15 and earlier. It is located at [src/renderers/shared/stack/reconciler](https://github.com/facebook/react/tree/15-stable/src/renderers/shared/stack/reconciler).
1818

1919
### Video: Building React from Scratch
2020

0 commit comments

Comments
 (0)