DEV Community

Discussion on: Concurrent Mode and Suspense in React

Collapse
 
drmandible profile image
DrMandible

Fascinating stuff. How would this affect a setInterval loop that we would normally pair with a useEffect to avoid excessive re-renders? Or maybe it doesn't affect that?