solid-start
solid-start copied to clipboard
SolidStart, the Solid app framework
- SolidJS v1.6.3: https://playground.solidjs.com/anonymous/d6884656-5176-4a33-a0cd-ab0351648fac ```tsx import { render } from "solid-js/web"; function Child(props: { a: number; b: number }) { return ( a: {props.a} b: {props.b} ); } export function...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 The current behavior when using...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Editing a file in `routes/`...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 If a `` tag is...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Importing `@kobalte/core` in a workspace...
### Duplicates - [x] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Hello, I am getting a...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 When making edits to a...
I'm trying to clean up the MDX story, so it's [more clear](https://github.com/solidjs/solid-start/discussions/1149), and so solid devs can take full advantage of [recent development](https://www.npmjs.com/package/@shikijs/twoslash) with twoslash, shiki etc, and it came...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Solid-start's dev server doesn't use wrangler...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 When deploying to AWS Lambda...