react-imported-component icon indicating copy to clipboard operation
react-imported-component copied to clipboard

Selective hydration

Open KoderFPV opened this issue 8 months ago • 2 comments

Hi,

I would like to know if selective hydration can be achieved with this library.

As far I understand rehydrateMarks forces the app to wait until all js are downloaded before it starts the hydration process.

So we have to get everything to have anything working. In selective hydration react can prior what to download and hydrate first based on user interaction.

am I right?

KoderFPV avatar Jun 11 '24 10:06 KoderFPV