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 Dec 7, 2020
1 parent 04cacfd commit e61781d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
- **ReactConf 2018: React Today and Tomorrow**
https://www.youtube.com/watch?v=dpw9EHDh2bM
Sophie Alpert and Dan Abramov's talk unveiling hooks, live at ReactConf 2018.

- **A Complete Guide to `useEffect`**
https://overreacted.io/a-complete-guide-to-useeffect/
An incredibly detailed deep dive by Dan Abramov into the mindset of using hooks correctly. Covers the relationship between class lifecycles and hooks, how to work with the dependencies array, dealing with closures and stale data, and much much more. This is required reading for anyone using hooks.

- **Making Sense of React Hooks**
https://dev.to/dan_abramov/making-sense-of-react-hooks-2eib
Expand Down

0 comments on commit e61781d

Please sign in to comment.