vike-vue
vike-vue copied to clipboard
`clientOnly()` function instead of `<ClientOnly>` wrapper component
See:
- https://github.com/vikejs/vike-solid/pull/74
- https://docs.solidjs.com/solid-start/reference/client/client-only
I think we can & should also deprecate the <ClientOnly> wrapper component in favor of a clientOnly() function. It's a much nicer DX.