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

"For these use cases you can use an imperative `navigate` function that you can **get** by calling `useNavigate()`." Not sure if that needs to be expanded upon to mention that...

Is there a way to have SSG for some routes and CSR or SSR for other routes/directories? (e.g. an "app" folder) Or any plan to support it in the future?...

Using `server$` as default export breaks build. ```ts export default server$(async (path: string) => { // Do stuff }); ``` Produces: ``` An error occured while server rendering /program/33740: Error:...

This breaks any link or image embed that has a URL with a query string that includes URL-escapable characters. (At the very least, it happens for ampersands. I haven't tested...

Currently the documentation makes no mention of how to return an error code from a createRouteAction or createServerAction. I assume it's one of either throw some error, or return a...

documentation

This had me stumped for a couple days: if the component is lazy-loaded (using lazy()) then the code inside of `createServerAction$` does not get run. Submitting the form does trigger...

A lot of time passes but nothing happens ![image](https://user-images.githubusercontent.com/953471/200414497-3bdacef5-2b7a-4b9a-b5dd-218285982059.png)

Example does not work. - Call to `getUser` in login.tsx is missing db as first argument - Production build fails to start without externalizing `@prisma/client` Trying to start production build...

I've been playing with (and absolutely loving) solid/solid start for the last week. One of the oddities that I've come across is that building the project in a monorepo structure...