React v18.0 has broken ground by introducing a long-awaited feature: Concurrency! Despite a deluge of resources explaining how to use it, explanations of how it works are sparse. The basic premise of React concurrency is to re-work the rendering process such that while rendering the next view, the current view is kept responsive.
2 Comments
Sort: