solid-start icon indicating copy to clipboard operation
solid-start copied to clipboard

SolidStart, the Solid app framework

Results 393 solid-start issues
Sort by recently updated
recently updated
newest added

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 ![Screenshot from 2022-11-20 10-23-49](https://user-images.githubusercontent.com/64900631/202886514-0fec3fd4-18ae-4afc-854f-90c79570d500.png)

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 ```

example

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