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

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Running `build` command results in:...

bug

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Setting a signal inside ResizeObserver...

bug

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 It would be nice for the...

vinxi

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 As with other files such as...

enhancement
contribution welcome

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 When I test a component...

bug

### 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...

enhancement

### 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...

vinxi

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Currently, the server component contains the...

enhancement

### 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...

bug
needs triage

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