solid-start
solid-start copied to clipboard
SolidStart, the Solid app framework
It would be great to see an example of a project where everything is included: 1) authorization 2) working with the sqlite database, 3) application context where certain functions are...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 ``` daniel@mmmmmmmmmm my-app % yarn...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 `Cannot read properties of undefined...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 The issue with Solid Start...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Right now there is some toggling...
Hi folks, I just tried out the `with-prisma` example and noticed that the user password is stored without be hashed. In my opinion this is a major problem, because it...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 `import something from "debug"` leads...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 The SSR (https://github.com/solidjs/solid-start/blob/main/packages/start/server/StartServer.tsx#L76) and SPA (https://github.com/solidjs/solid-start/blob/main/packages/start/server/spa/StartServer.tsx#L20)...
https://github.com/terser/html-minifier-terser Would it be possible to integrate html minifier terser into solid start out of the box? Html minifier terser normally has savings around 10% which is quite significant. I'm...
The default unhandled client-side error behaviour is to render the error as HTML and log it to console. The rendered error shows the original stack trace, whereas the logged error...