Skip to content

Commit f243880

Browse files
committed
docs: mention gn8-ai/universe-alien-signals
1 parent e871449 commit f243880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ I spent considerable time [optimizing Vue 3.4’s reactivity system](https://git
3535
- [Rajaniraiyn/react-alien-signals](https://github.com/Rajaniraiyn/react-alien-signals): React bindings for the alien-signals API
3636
- [CCherry07/alien-deepsignals](https://github.com/CCherry07/alien-deepsignals): Use alien-signals with the interface of a plain JavaScript object
3737
- [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
3839

3940
## Adoption
4041

@@ -82,7 +83,7 @@ stopScope();
8283
count(3); // No console output
8384
```
8485

85-
#### Creating Your Own Public API
86+
#### Creating Your Own Surface API
8687

8788
You can reuse alien-signals’ core algorithm via `createReactiveSystem()` to build your own signal API. For implementation examples, see:
8889

0 commit comments

Comments
 (0)