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 31b4521 commit 13076e4Copy full SHA for 13076e4
src/guide/extras/reactivity-in-depth.md
@@ -402,7 +402,7 @@ export function useMachine(options) {
402
403
Quite a few other frameworks have introduced reactivity primitives similar to refs from Vue's Composition API, under the term "signals":
404
405
-- [Solid Signals](https://www.solidjs.com/docs/latest/api#createsignal)
+- [Solid Signals](https://docs.solidjs.com/concepts/signals)
406
- [Angular Signals](https://angular.dev/guide/signals)
407
- [Preact Signals](https://preactjs.com/guide/v10/signals/)
408
- [Qwik Signals](https://qwik.builder.io/docs/components/state/#usesignal)
0 commit comments