vikejs / vike-react

🔨 React integration for Vike
https://vike.dev/vike-react
MIT License
94 stars 15 forks source link

`clientOnly()` instead of `<ClientOnly>` #102

Closed brillout closed 2 months ago

brillout commented 5 months ago

See vike-solid's clientOnly().

A clientOnly() helper is a much nicer DX than a <ClientOnly> wrapper.

Contribution welcome.

See also:

nitedani commented 2 months ago

Completed in https://github.com/vikejs/vike-react/pull/127