-
### Describe the bug
When i change some code in `App.jsx`, I need to manually refresh the browser page. I don't know if this is expected or not?
But I would really like if the browser page refre…
-
### Describe the bug
Sometimes `html` can fail to include text nodes in the output.
### Your Example Website or App
https://playground.solidjs.com/anonymous/d10b1bee-80b9-4e43-9a24-9907ea2f7fd0
##…
-
**Describe the bug**
So, I'm trying to use this library to add some SPA-like functionality to my `Astro` + `SolidJS` website.
I made it work, but the problem is that my islands don't work when I nav…
-
### Describe the bug
`classList` doesn't work when used together with `class`, even when `classList` is not reactive, if the object looks like this `{ ["test"]: true }` instead of `{ test: true }`
#…
-
### Describe the bug
We have two checkbox components loaded over a slow network. We want to let the user click them at their own pace (not waiting for the response), but then we want to show them cor…
-
How could I use modular-forms in this way (with `action`):
```jsx
import { action, revalidate, redirect } from "@solidjs/router"
// anywhere
const myAction = action(async (data) => {
await …
-
### 📚 Subject area/topic
Memos
### 📋 Page(s) affected (or suggested, for new content)
https://docs.solidjs.com/concepts/derived-values/memos
### 📋 Description of content that is out-of-date or inc…
-
the latest version of nitro has a bunch of fixes and better support for streaming on aws - would like vinxi to update so tanstack/solid-start can take advantage of these features
thdxr updated
2 weeks ago
-
### 📚 Subject area/topic
/concepts/control-flow/error-boundary.mdx
### 📋 Page(s) affected (or suggested, for new content)
https://docs.solidjs.com/concepts/control-flow/error-boundary
### …
-
### Description
Just found about this solution and first of all, Thank you for doing it. Projects like this matter.
I was wondering if we could use **SolidJS** as the view library since u mentione…