⚠
vite-plugin-ssr has been renamed Vike, see migration guide.

onRenderClient()

The render() hook of .page.client.js has been renamed to onRenderClient() for the V1 design.

It's just a rename: the hook is equivalent and its documentation is the same as API > .page.client.js > render() hook (client-side).

The documentation will be moved to this page after the stable release of the V1 design.

See V1 Design Migration > Renamed Hooks.