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

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 ![solidstart_docs_error](https://user-images.githubusercontent.com/6923755/204358584-80b00994-b786-4c0c-a56e-4bee1ce42246.png) 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...