Skip to content

Commit

Permalink
Update react-hooks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Oct 20, 2020
1 parent 5d07bcb commit 04cacfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions react-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@
Describes how the "rules of hooks" are all about React's use of arrays (or linked lists) internally, with diagrams to illustrate how the behavior is implemented.

- **Getting Closure on Hooks**
https://www.swyx.io/speaking/react-hooks/
Shawn Wang's excellent talk that shows how hooks work by building a mini-React with hooks in just a few lines of code
https://www.youtube.com/watch?v=KJP1E-Y-xyo
https://www.swyx.io/getting-closure-on-hooks/
Shawn Wang's excellent talk and post that shows how hooks work by building a mini-React with hooks in just a few lines of code

- **Why React Hooks, and how did we even get here?**
https://medium.freecodecamp.org/why-react-hooks-and-how-did-we-even-get-here-aa5ed5dc96af
Expand Down

0 comments on commit 04cacfd

Please sign in to comment.