solid-start
solid-start copied to clipboard
SolidStart, the Solid app framework
### Steps to reproduce - Clone [with-tailwindcss](https://github.com/solidjs/solid-start/tree/main/examples/with-tailwindcss) - `yarn set version canary` - `yarn` - `yarn dev` ### Actual ```console solid-start dev version 0.2.7 failed to load config from C:\solidjs-with-tailwindcss\vite.config.ts...
It would be great to have support for domain-based routing. I need to be able to server different pages on different domains. Could it be configured via additional sub-component of...
Steps: After finish my project, I install pnpm solid-start-cloudflare-pages 0.2.7 update vite.config.ts to: ```js import { defineConfig } from "vite"; import solid from "solid-start/vite"; import cloudflare from "solid-start-cloudflare-pages"; export default...
Hello, when we use the `index.html` method for CSR, the rendered HTML in dev mode is completely different and omits everything defined in the index.html It just uses a default...
Being able to customize routes directory of `` component would allow to have more flexibility and ability to have several independent routers. I'm thinking about something like this: ```jsx ```
I am having trouble trying to deploy a static site to github pages. Because github locates the pages until a subdirectory in the url, I need to set the "base"...
I'm new to this lib, so maybe I don't understand something. I have ```ts export default defineConfig({ plugins: [solid({ ssr: false })], }); ``` But components still render on the...
I kept running into hydration issues in my production build of a mostly static site based on the `with-tailwind` template (SSR yes, TS yes). Dev server always works fine. The...
It's running smoothly on local but couldn't deploy Full log of the console: ``` $ pnpm build > create@ build path > solid-start build solid-start build version 0.2.7 adapter netlify...