solid-start
solid-start copied to clipboard
SolidStart, the Solid app framework
My folder structure looks like this ``` - routes - (auth).tsx - (auth) - login.tsx - [...404].tsx ``` When i remove `(auth).tsx` from `routes` now when i visit `/login` it...
Fixed grammar, changed it's to its.
If my understanding is correct under no circumstance `createServerData$` should be executed on the client but under a few conditions, I have been able to make it do that. I...
I tried running the docs locally in order to suggest some changes in there, but got this error  Are there some issues with the docs project or am I...
This PR exposes a way to set HTTP headers on the response within the `createServerData$` function. This makes it possible to do: ```typescript export function routeData() { return createServerData$((_, {...
Seeing this behavior when starting from bare template. Also tried updating to latest versions but same... ```js export default function Home() { const alwaysFalse = () => false; return (...
If I open one of the CLI subsections of the [SolidStart website](start.solidjs.com) (for example the [dev command](https://start.solidjs.com/api/dev)) in a new Tab, the title of the site shows: `[object Object]` ![[object...
Hey! Pathless routes and ErrorBoundary doesn't seem to work properly. When switching between routes, the content of the previous route is rendered below the new route. I noticed that when...
I think that it would probably be a good idea to move the website to a separate repo in order to reduce the noise in this repo. This repo also...