solid-start
solid-start copied to clipboard
SolidStart, the Solid app framework
I've got resource that I'm using to retrieve user's color scheme preference and I'm suspsending whole HTML tree to update the class and styles on root element while SSRing. I...
Project created with pnpm create solid. With typescript and without typescript. Using node v16.3.0 on linux/pop-os 
With the following file structure: ``` routes ├── [...404].tsx ├── foo │ └── index.tsx └── index.tsx 1 directory, 3 files ``` And the following contents for `routes/index.tsx`: ```tsx import {...
Hello all! I have this code block ``` export function routeData() { return createServerData$( async key => { const response = await fetch( `http://localhost:9000/some` ) return ( await response.json() )...
This allows us to use vercel's ISR and [prerender functions](https://vercel.com/docs/build-output-api/v3#vercel-primitives/prerender-functions). To enable ISR/Prerender, pass in the prerender function. ```js import { defineConfig } from "vite" import solid from "solid-start/vite" import...
Hi! Just tried out Solid Start and had trouble setting up the project because of a `degit`-related zlib error. I dug around and found [an open bug report in the...
When I now edit a route, by adding some tailwind classes to an element for example, the component does not get properly replaced with HMR. Instead, I just get a...
Add an example using [Xata](https://xata.io/) as database. ## How to test ```bash $ pnpm --filter example-with-xata run xata:init $ pnpm --filter example-with-xata run dev ```
fixes https://github.com/solidjs/solid-start/issues/469
Should be `An unhandled error occurred` https://github.com/solidjs/solid-start/blob/main/packages/start/dev/server.js#L26