-
### Description
https://vitejs.dev/guide/ssr#setting-up-the-dev-server shows how to setup a dev server for ssr using express. with more and more server frameworks moving away from the Node.js Connect…
-
It's mostly boilerplate. The trickiest part is figuring out the optimal end user DX. The steps would be:
- Taking inspiration from Inertia's implementation
- Create a Hybridly CLI
- Put the Vite de…
-
### Describe the bug
If `addWatchFile()` is called by a Vite plugin after the server is closed, the watcher will be set, preventing Node.js process from exiting.
For example, if vite:css was in …
-
### Environment
- Operating System: Darwin
- Node Version: v20.11.0
- Nuxt Version: 2.17.3
- CLI Version: 3.10.1
- Nitro Version: 2.8.1
- Package Manager: yarn@1.22.21
- Buil…
-
How can I use Mantine with WAKU without getting this Error:
(`waku dev --with-ssr` or `waku dev` - no problem with `waku build --with-ssr`)
repo to replicate the error: https://github.com/aheissen…
-
Versions:
```
"element-plus": "^2.0.1",
"vite-ssr": "^0.11.1",
"unplugin-auto-import": "^0.5.11",
"unplugin-icons": "^0.13.0",
"unplugin-vue-components": "^0.17.18",
"vite": "^2.7.13",
```
…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
Vite offers a server-side rendered version https://github.com/vitejs/vite-plugin-react/tree/main
Example https://github.com/vitejs/vite-plugin-react/tree/main/playground/ssr-react
Other library:…
-
### Related plugins
- [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue)
- [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/package…
-
Had some fun using `ReactDom.Server.renderToString()`... accidently created an SSR mode for `esbuild-scripts` React projects!
The idea is simple:
- SSR - server side rendering - takes the final …