Open AllanOricil opened 1 year ago
I'm not sure if lwc has ssr like nuxt, but if it does wouldn't something like the <ClientOnly> component from Nuxt speed up the initial serving of pages|components?
<ClientOnly>
https://nuxt.com/docs/api/components/client-only
The LWR team has some thoughts on this, /cc @llpomerl @kmbauer
I'm not sure if lwc has ssr like nuxt, but if it does wouldn't something like the
<ClientOnly>
component from Nuxt speed up the initial serving of pages|components?https://nuxt.com/docs/api/components/client-only