You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ I spent considerable time [optimizing Vue 3.4’s reactivity system](https://git
35
35
-[Rajaniraiyn/react-alien-signals](https://github.com/Rajaniraiyn/react-alien-signals): React bindings for the alien-signals API
36
36
-[CCherry07/alien-deepsignals](https://github.com/CCherry07/alien-deepsignals): Use alien-signals with the interface of a plain JavaScript object
37
37
-[hunghg255/reactjs-signal](https://github.com/hunghg255/reactjs-signal): Share Store State with Signal Pattern
38
+
-[gn8-ai/universe-alien-signals](https://github.com/gn8-ai/universe-alien-signals): Enables simple use of the Alien Signals state management system in modern frontend frameworks
38
39
39
40
## Adoption
40
41
@@ -82,7 +83,7 @@ stopScope();
82
83
count(3); // No console output
83
84
```
84
85
85
-
#### Creating Your Own Public API
86
+
#### Creating Your Own Surface API
86
87
87
88
You can reuse alien-signals’ core algorithm via `createReactiveSystem()` to build your own signal API. For implementation examples, see:
0 commit comments