react icon indicating copy to clipboard operation
react copied to clipboard

Bug: Performance Degradation in Concurrent Mode with Suspense and Nested Lazy Components

Open rsalim0 opened this issue 1 year ago • 0 comments

When using React's Concurrent Mode with deeply nested React.lazy components and Suspense, there's noticeable UI lag, especially on slower networks like 3G. It seems like the combination of lazy-loading, deferred updates using useTransition, and network delays overwhelms the rendering process, causing sluggish transitions and slower component updates.

rsalim0 avatar Oct 05 '24 09:10 rsalim0