BUILDING REACT FROM SCRATCH in 30 minutes
Concurrent React from Scratch" - Shawn Wang at #Byteconf React 2020
Follow Shawn Wang on Twitter: https://twitter.com/swyx
Check out resources from this talk: https://www.swyx.io/speaking/react-from-scratch
In this talk, we’ll create an effective mental model of Concurrent React by building a tiny clone of React! We will start with a blank js file and learn about how React renders components, schedules Time-Slicing updates with a Work Loop, add Hooks, and end off with a mini-clone of …