freddy38510 / vue3-lazy-hydration

Lazy Hydration for Vue 3 SSR
MIT License
147 stars 6 forks source link

Does lazy hydration improve fcp time? #49

Open hunnble opened 2 years ago

freddy38510 commented 2 years ago

Hi,

It should improve it as lazily loaded components are no longer render-blocking resources.

hunnble commented 2 years ago

Hi,

It should improve it as lazily loaded components are no longer render-blocking resources.

Thanks, is there a benchmark?

freddy38510 commented 2 years ago

Not yet, but I plan to add it, it's a good idea. By the way, PRs are welcome :)