used-styles icon indicating copy to clipboard operation
used-styles copied to clipboard

Suspensed parts of page and moving styles to top

Open KoderFPV opened this issue 4 months ago • 2 comments

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

KoderFPV avatar Oct 15 '24 08:10 KoderFPV