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

fix an error in the `getUser` call by passing correct arguments

Rename `A` component param `noScroll` to `scroll` to align with `navigate({ scroll })` https://github.com/solidjs/solid-start/blob/df5d22be3db0f76e4ab5d815c1892855ec43b1f2/docs/api/useNavigate.md?plain=1#L78

Hello, I want to add an example where we use Client Side Rendering with vite-plugin-pwa (no index.html, only root.tsx) This case needs some kind of "hack" in the vite.config.ts to...

example

Using the SSG configuration for Netlify. `vite.config.ts` ```js import solid from "solid-start/vite"; import { defineConfig } from "vite"; import staticAdapter from "solid-start-static"; export default defineConfig({ plugins: [ { ...(await import("@mdx-js/rollup")).default({...

New tailwind classes added on a file are not visible on save (HMR), the page needs to be reloaded for them to be applied.

Hi 👋 Adding simple firebase example. Just discovered solid-start and wanted to try it out. Any feedback welcome.

example

This session.tsx file in the with-auth example doesn't use any jsx so I think it should be named session.ts

Setup a new project using the start and the first dev run errored out because a parent directory had spaces in its name: ``` ✘ [ERROR] Could not resolve "/Users/user/hello"...

Fixes: #434 I've also noticed the following [commit](https://github.com/solidjs/solid-start/commit/678727ecc81562e4f22b1110eb6b3c5ea317f7d2) on the dev branch is commenting out the `detectAdapter` logic. I'm not sure if we are moving away from it or not...