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

Hi I'm trying out Solid Start (and solid) to get a feeling of the framework. When building or starting the dev server from an npm workspaces monorepo i get this...

bug

I really like the workflow of this promising framework, but the lack of documentation for practically all exported items of both Solid-Start as well as SolidJS makes feature discovery and...

documentation

There doesn't seem to be an official feature request for this, and the talk is short on discord. I also believe there is confusion on what this is. There needs...

enhancement

Currently the `packages/start-netlify` adapter doesn't allow for additional redirects in the same site deploy. If a site uses the netlify email plugin or functions, the path is redirected to the...

` `component stop working as intented when you use `` tags in it Working example: ```javascript Username: ```

The app was breaking because we needed to pass `db` as well as `request` object to the getUser function called in `login.tsx`. I updated the file and now the app...

Added videos section to movies. Added Modal component to use for Videos and Images.

example

[In the documentation](https://start.solidjs.com/core-concepts/actions#errors), it's mentioned that if you don't explicitly handle an error on a route action then the error should bubble up to the nearest ErrorBoundary: ![CleanShot 2022-11-15 at...

typeof err === 'string' check to avoid IDE type error