Solid
vike-solid
We recommend using vike-solid
which integrates Solid in a full-fledged manner.
You can use Bati to scaffold a Vike app that uses
vike-solid
.
You can also integrate Solid yourself if you want full control over the Solid integration.
Custom integration
Instead of using vike-solid
, you can implement your own Solid integration, for full control over the integration of Solid and Solid libraries.
🧠Custom integrations can be complex and we generally recommend usingvike-solid
instead, see Vike extension VS custom integration.⚠️ We recommend using this advanced capability, which can be complex, only if you have a clear reason for avoiding potentially simpler options.
Official example:
vike-solid
source code - Full-featured integeration.
Community examples:
- 2024.01 GitHub >
birkskyum/vike-with-solid-ssr
- Solid + SSR + Client Routing. - 2024.01 GitHub >
birkskyum/vike-with-solid-spa
- Solid + SPA + Server Routing. - 2023.06 GitHub >
inlang/monorepo
- Source code ofinlang.com
which is built with Vike and Solid. - 2023.02 GitHub >
vchirikov/vite-plugin-ssr-solidjs-blog-example
- Homepage + Blog example.vite-plugin-ssr was the previous name of Vike.