Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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