-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
Seems like some commit broke something, using
```
…
-
Just wanted to say that this is a cool project!
I'm wondering, could you at some point do a renewed assessment of what'd be needed from the ReScript side to support SolidJS more "natively", now wit…
-
I'm trying to reuse the same dom element, and attach it in different places in the ui.
But even though that element is rendered only in one place at a time, solid's rendering of it is not stable.
So…
-
### input
### output
-
Please add support for solidjs framework.
-
It wasn't clear whether I can directly render React component inside Solid JS (root)?
`https://github.com/Sawtaytoes/reactjs-solidjs-bridge/blob/300f14ce396680df0d1a82e4bc44b22361188df3/src/library…
-
```jsx
import { createSignal } from "solid-js";
import { render } from "solid-js/web";
const items = Array.from(Array(10000).keys());
function AppSolid() {
const [count, setCount] = createS…
-
Is there any plan to provide support for solidjs?
-
SolidJS uses `class` instead of `className`.
-
Solidjs framework is A faster React Alternative..