For starters, I'd suggest going through Rodrigo Pombo's walkthrough "Build Your Own React" [0], my post "A (Mostly) Complete Guide to React Rendering Behavior" [1], Dan Abramov's treatise "A Complete Guide to `useEffect`" [2], and Shawn Wang's talk "Getting Closure on Hooks" [3].
I also have additional links on both React's internals [4] and React hooks specifically [5] that should be useful.
I also have additional links on both React's internals [4] and React hooks specifically [5] that should be useful.
[0] https://pomb.us/build-your-own-react/
[1] https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-...
[2] https://overreacted.io/a-complete-guide-to-useeffect/
[3] https://www.swyx.io/speaking/react-hooks/
[4] https://github.com/markerikson/react-redux-links/blob/master...
[5] https://github.com/markerikson/react-redux-links/blob/master...