-
Running `pnpm create solid` and supplying the following options causes the resulting template to be a broken project:
```
✔ Which template do you want to use? › todomvc
✔ Server Side Rendering? ……
-
I cannot build a barebones starter template.
To replicate it simply follow the instructions on Solidstart:
```
> npm init solid@latest
...
...
> npm install
> npm run build
```
Noth…
-
We need a general proofing and cleanup of the work that has been done to make sure there are no errors or omissions.
## Acceptance Criteria
- [ ] Review the current showcase to assure it is free of…
-
How should library authors set up export conditions to have separate entries for dev and prod? I'm making a [tsup preset](https://github.com/solidjs-community/tsup-preset-solid) that would automatical…
-
First of all, thanks for all the great work of everyone here!
I just gave solid-start a go, and tried to deploy to vercel.
After about 1h of dubbling around, I managed to do that - after i found t…
-
Minimal reproduction:
```sh
pnpm create solid # with-tailwindcss - SSR - TS
pnpm i
pnpm i -D solid-start-vercel
```
```diff
# vite.config.ts
import solid from "solid-start/vite";
im…
-
https://github.com/solidjs/solid/blob/1593dd65a9e08d508d860b2afa75813c6bcc0e75/packages/solid/src/render/component.ts#L316
The name `preload` implies something that happens beforehand and does not …
-
Coming from remix, one of the features I enjoyed was data guarantees in hooks when using loaders. At the moment, the return type (and runtime behavior) of combining `createServerData$` and `useRouterD…
-
# Implement search functionality
## Background
In another ticket, a component was created with a search input field. The purpose of this ticket is to add the functionality to that input. A user shou…
-
### Describe the bug
When using `createServerData$(...)` for example, any date objects transferred from the server to the client will be serialized into strings and remain that way on the client, cau…