used-styles
used-styles copied to clipboard
Suspensed parts of page and moving styles to top
Hi,
We want to introduce streaming rendering and suspended components to our application. And we cannot handle the hydration process well.
The library's documentation mentions the strategy of moving styles to head just before hydration. However in the case of suspended/streamed components, we are already in the hydration process, so how we can move those styles if even its possible?
Thanks