solid-start
solid-start copied to clipboard
SolidStart, the Solid app framework
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Running `build` command results in:...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Setting a signal inside ResizeObserver...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 It would be nice for the...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 As with other files such as...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 When I test a component...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 I think it'd be great if...
### Describe the bug This works ```js export async function GET(...parameters) { console.log(parameters); return new Response("test", { status: 200 }); }; ``` while this doesn't ```js const GET = async...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Currently, the server component contains the...
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 Starting a new standalone solid-start...
This PR updates the "create" command for Deno. [`init --npm`](https://docs.deno.com/runtime/reference/cli/init/) is the official command for this purpose. The documentation site was also recently updated to use `init --npm`.