Concurrent React from Scratch

Shawn Wang
InstructorShawn Wang
Share this video with your friends

Social Share Links

Send Tweet

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 Suspense!