Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kt3k/signal
A data container which emits the event when the value is changed. Lightweight framework-agnostic. 414 B
https://github.com/kt3k/signal
Last synced: 20 days ago
JSON representation
A data container which emits the event when the value is changed. Lightweight framework-agnostic. 414 B
- Host: GitHub
- URL: https://github.com/kt3k/signal
- Owner: kt3k
- License: mit
- Created: 2024-07-31T16:25:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T08:59:43.000Z (about 2 months ago)
- Last Synced: 2024-10-04T19:21:12.729Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://jsr.io/@kt3k/signal
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @kt3k/signal
> A data container which emits the event when the value is changed
Lightweight framework agnostic implementation of signal
[*1](https://preactjs.com/blog/introducing-signals/)
[*2](https://www.solidjs.com/tutorial/introduction_signals).## Install
```
npx jsr add @kt3k/signal
```Or
```
deno add @kt3k/signal
```## Docs
- [Signal](https://jsr.io/@kt3k/signal/doc/~/Signal)
- [GroupSignal](https://jsr.io/@kt3k/signal/doc/~/GroupSignal)## License
MIT