Home

This is an example of vite-plugin-ssr and vue-query integration.

The /characters page uses addPageContext to prefetch data on the server and pass it in as initialData of the query.

The /characters/:characterId uses addPageContext too and dehydrate/hyrate functions of vue-query.