Skip to content

Commit 39894b2

Browse files
authored
Update react-hooks.md
1 parent 96895b6 commit 39894b2

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
@@ -47,6 +47,10 @@
4747
https://medium.com/@ryardley/react-hooks-not-magic-just-arrays-cd4f1857236e
4848
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.
4949

50+
- **Under the Hood of React's hooks system**
51+
https://medium.com/the-guild/under-the-hood-of-reacts-hooks-system-eb59638c9dba
52+
A well-written explanation of how hooks work internally, with some useful diagrams and snippets of the relevant React implementation code.
53+
5054
- **React RFC #68: React Hooks**
5155
https://github.com/reactjs/rfcs/pull/68
52-
The official RFC announcing hooks. There's hundreds of comments from the community debating various pros and cons of the API design. Probably not worth reading the entire thread, but some interesting thoughts in there.
56+
The official RFC announcing hooks. There's hundreds of comments from the community debating various pros and cons of the API design. Probably not worth reading the entire thread, but some interesting thoughts in there.

0 commit comments

Comments
 (0)