Skip to content

Commit

Permalink
update link to react source
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 23, 2020
1 parent dd8b8fd commit 403895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercise/02.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ React is the most widely used frontend framework in the world and it's using the
same APIs that you're using when it creates DOM nodes.

> In fact,
> [here's where that happens in the React source code](https://github.com/facebook/react/blob/4bf88ddeca37d5971c05a9ab720f898409c143fd/packages/react-dom/src/client/ReactDOMComponent.js#L438)
> [here's where that happens in the React source code](https://github.com/facebook/react/blob/fd61f7ea53989a59bc427603798bb111c852816a/packages/react-dom/src/client/ReactDOMComponent.js#L472)
> at the time of this writing.
React abstracts away the imperative browser API from you to give you a much more
Expand Down

0 comments on commit 403895e

Please sign in to comment.