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 😯 - Cannot change e.g. the...

bug
vinxi

### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 {0: 102, 1: 240, 2:...

bug

### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Summary 💡 Currently all server function calls use...

enhancement
needs triage

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 An option in `app.config.ts` to disable...

enhancement
hold

pnpm 9 is not actively maintained, and pnpm 10 has the same lockfile structure

### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 When the request is aborted,...

enhancement
contribution welcome

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 - Using `useAction` with non...

bug
needs triage

### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 I just set up a...

bug

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 When I use @vanilla-extract hmr...

bug

### Describe the bug Given this code: ```tsx import { Title } from '@solidjs/meta'; import { RouteDefinition, cache, redirect } from '@solidjs/router'; import Counter from '~/components/Counter'; let isLoggedIn = false;...