Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/md-pages/learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ Along with the official react docs, these other listed tutorials are also excell
- [React Hooks: Not Magic, Just Arrays](https://medium.com/@ryardley/react-hooks-not-magic-just-arrays-cd4f1857236e) (looks under the hood to explain how hooks are implemented)
- [Getting Closure on React Hooks](https://www.swyx.io/hooks/) (diving into the language concepts used by hooks)
- [Egghead video followup: Concurrent React from Scratch](https://egghead.io/talks/react-egghead-talks-concurrent-react-from-scratch)
- [React stale-closure clinic](https://frontendatlas.com/react/trivia/react-stale-state-closures) (six interactive code-review cases covering timers, effects, subscriptions, async responses, and event handlers)

### Additional Resources (read as needed)

Expand Down
Loading