react-imported-component
react-imported-component copied to clipboard
Selective hydration
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?