Conquering Concurrent React
- 11:30
- -
- 12:00
June 24, 2024
12:00
11:30
Hall A
English | Intermediate | React Focus
The most important addition in React 18 is something we hope you never have to think about: concurrency”- React@18 documentation
Well, in this talk - we ARE going to think about it!
React’s new mental model is not easy to wrap our heads around, and that’s where this talk comes in. We will learn how concurrency works in React bottom up, what problems it solves, and how SSR and streaming components fit in the picture.
By the end of this talk we will understand the newest technologies around us, whether it’s React’s concurrent features such as Suspense and React Lazy or the new Next.js App router