Overview
Explore the intricacies of React rendering in this conference talk from React Summit US 2023. Delve into the implications of Concurrent Rendering and automated batching on code that previously relied on the synchronous nature of React v17. Evaluate whether these new features always lead to improvements through a real-world case study. Examine the use of useSyncExternalStore and flushSync as tools to restore synchronous rendering and avoid "visual tearing." Gain new insights into React rendering and discover optimization techniques for your applications by understanding the trade-offs of different approaches.
Syllabus
Rendering: To Sync or Not to Sync? - Stephen Cooper, React Summit US 2023
Taught by
React Conferences by GitNation