React 19 useTransition Hook Performance Issues
I've been testing the new useTransition hook in React 19 and noticed significant performance degradation when handling large datasets. The transitions seem to block the UI longer than expected, especially with concurrent rendering enabled. Has anyone else experienced this? Looking for optimization strategies or potential workarounds.