1. React
  2. Byteconf React
  3. 2020
  4. Concurrent React from Scratch

Concurrent React from Scratch

In this talk, we’ll create an effective mental model of Concurrent React by building a tiny clone of React!

Shawn Wang at Byteconf React 2020

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!