Skip to content

Commit dca2f72

Browse files
authored
Update react-hooks.md
1 parent 704eb9e commit dca2f72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

react-hooks.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#### Official Resources
55

6-
- **React Docs: Hook**
6+
- **React Docs: Hooks**
77
https://reactjs.org/docs/hooks-intro.html
88
The main resource for learning hooks. Includes an intro with motivation, tutorials on `useState` and `useEffect`, discussion of custom hooks, the full hooks API reference, and an in-depth FAQ. **Read the hooks docs first before looking at anything else!**
99

@@ -18,6 +18,10 @@
1818

1919
#### Hooks Tutorials
2020

21+
- **Why React Hooks?**
22+
https://tylermcginnis.com/why-react-hooks/
23+
A great introduction to hooks by Tyler McGinnis, with a focus on "why do these exist, and what problems do they solve?".
24+
2125
- **A Simple Intro to React Hooks**
2226
https://daveceddia.com/intro-to-hooks/
2327
https://daveceddia.com/usestate-hook-examples/

0 commit comments

Comments
 (0)