From a4720bf8284925b213a8c177448447eb30f5ea7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCsl=C3=BCm=20Y=C4=B1lmaz?= <46666748+MuslumYilmaz@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:12:47 +0300 Subject: [PATCH] Add an interactive stale-closure resource Adds six focused code-review cases to complement the existing hooks and closure resources. Disclosure: I maintain FrontendAtlas and am proposing my own resource. --- src/md-pages/learning.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/md-pages/learning.md b/src/md-pages/learning.md index a73dcd6..a68138d 100644 --- a/src/md-pages/learning.md +++ b/src/md-pages/learning.md @@ -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)