solid-start
solid-start copied to clipboard
SolidStart, the Solid app framework
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:  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....
update dependencies