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

https://github.com/welf/reactive-signals

Reactive state management system implementation based on signals and effects
https://github.com/welf/reactive-signals

reactivity signals typescript

Last synced: 3 months ago
JSON representation

Reactive state management system implementation based on signals and effects

Awesome Lists containing this project

README

        

# Reactive signals implementation

Reactive state management system implementation based on signals and effects.

## TODO

- [x] Implement `signal`s
- [x] Implement `computed`
- [x] Implement `effect`
- [ ] Implement `store`
- [x] Make it work with Vanilla JS/TS
- [ ] Make it work with JSX