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

At the moment, hydration only works for input and click events. Other events are not covered. In my case, I want to detect other events, so I want to have...

enhancement

https://solid-movies.deno.dev

example

When i visit [What is SolidStart?](https://start.solidjs.com/getting-started/what-is-solidstart) and scroll to middle of page and after that when i move to [Project setup](https://start.solidjs.com/getting-started/project-setup) the scroll position is at same place where previous...

When passing history state to `` like this: ```jsx ``` the state is not available in the destination page/component. Calling `history.state` in the destination component's setup function or even within...

ErrorBoundry handles this errors in development and goes to the fallback. In production the app will crash instead. Here is a reproduction application: https://github.com/Tanner-Scadden/prod-errors-crash

Forward the cookie header from the original page request to the API route. We could consider forwarding more headers or even letting the user configure which header to forward. Sidenote:...

``` /home/projects/vitejs-vite-dxqnej/src/routes Error: Command failed: node /home/projects/vitejs-vite-dxqnej/node_modules/.pnpm/[email protected]/node_modules/solid-ssr/static/writeToDisk.mjs /home/projects/vitejs-vite-dxqnej/.solid/server/server.js /home/projects/vitejs-vite-dxqnej/dist/public/*404.html /*404 --trace-warnings [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting...

This can cause issues when using dependencies that are not meant to be used on the client. I suspect it might also leak the source for the API endpoints, but...

bug

Fixed some grammar

This PR cleans up and standardizes a lot of the markdown and code samples. Some spelling and grammar edits as well.