#concurrent rendering

Subscribe
Concurrent rendering is a technique used to optimize the performance of web applications. It allows the browser to render multiple elements of the page at the same time, instead of waiting for each element to be rendered before starting on the next one. This can significantly reduce load times and improve user experience, as the page appears to load faster. In JavaScript, concurrent rendering is often used in combination with other techniques such as asynchronous loading and lazy loading to further enhance performance.
Tejas Kumar
Tejas Kumar
Consultant
Talk: Understanding React’s Fiber Architecture
Nikhil Sharma
Nikhil Sharma
Postman
Talk: Wait, React Is Multi-Threaded?
Maurice de Beijer
Maurice de Beijer
Independent Software Consultant and Trainer
Talk: Concurrent Rendering Adventures in React 18, Getting Started with Suspense and Concurrent Rendering in React
Andreas Roth
Andreas Roth
Esveo
Talk: Staying Safe In a Concurrent World, Staying Safe in a Concurrent World
Kathryn Grayson Nanz
Kathryn Grayson Nanz
Progress Software
Talk: Coming in React18: startTransition
Sudhanshu Yadav
Sudhanshu Yadav
Prophecy
Talk: Cracking the Concurrent Mode
Nadia Makarevich
Nadia Makarevich
Pyn
Talk: Let’s Talk about Re-renders
Stephen Cooper
Stephen Cooper
AG Grid
Talk: Rendering: To Sync or Not to Sync?
Matheus Albuquerque
Matheus Albuquerque
Medallia
Talk: Deep Diving on Concurrent React
Henrique Inonhe
Henrique Inonhe
Codeminer42
Talk: Concurrent React Made Easy
Steven Fabre
Steven Fabre
Liveblocks
Talk: Real-Time Collaborative State on the Edge