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

I just went ahead and implemented it, but feel free to close this PR if you don't want this feature. Closes #243 Not sure if the passed status code should...

Initial outline for the "Data loading" section of the start docs

Want to use this tool for doing storybook type development: https://histoire.dev/guide/getting-started.html. Needs solid support and then we can probably configure it for you

### Steps to reproduce Initialize a new project using `npm init solid@next` Select the following options: Vitest, SSR enabled, Typescript enabled. Install deps: `npm install` Run the dev server: `npm...

This implementation appends headers instead of overwrites if a header with the same name is set. I'm considering a change to the API where `overwrite: true` could be passed if...

When throwing a `ServerError` it would be great to be able to set the `status` of the `Response`. For example I would like to throw a `401 Unauthorized` error, e.g....

### Describe the bug When I run the tests with Vitest, I get the following error: ![image](https://user-images.githubusercontent.com/19864578/183997338-7aa890c1-80a8-4849-a797-0819053b0942.png) I guess adding the `vitest.setup.ts` to the `exports` list (and in the `files`...

**Why:** A small nitpicky bug, but which gives a bad impression of SolidStart. I don't think it's a bug in SolidStart, more likely a bug in the HN demo, but...

Supersedes https://github.com/solidjs/solid-start/pull/147 Adds a new babel plugin to rename the server functions to make sure they can be uniquely identified after the code gets split up by the `routeData` transform....

enhancement