We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a94b58 commit 626c606Copy full SHA for 626c606
examples/10k-todos-stress.jsx
@@ -1,7 +1,6 @@
1
// Direct JSX file, no framework — runs with your runtime
2
import { signal, effect } from "../runtime/signals.js"
3
import { insert, createElement, setProp } from "../runtime/dom.js"
4
-
5
// Core signals
6
const todos = signal([])
7
const filter = signal("all")
0 commit comments