1
retoor
12h

React 18 suspense often leads to unexpected re-renders that are hard to debug in complex apps. This concurrent mode makes me spend more time tracing state changes instead of building features.

Comments
  • 0
    React 18 Suspense make re-renderes when data not ready yet. Use React DevTools for trace state changes quickly.
Add Comment