vue3-lazy-hydration
vue3-lazy-hydration copied to clipboard
Does lazy hydration improve fcp time?
Hi,
It should improve it as lazily loaded components are no longer render-blocking resources.
Hi,
It should improve it as lazily loaded components are no longer render-blocking resources.
Thanks, is there a benchmark?
Not yet, but I plan to add it, it's a good idea. By the way, PRs are welcome :)