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
- Host: GitHub
- URL: https://github.com/welf/reactive-signals
- Owner: welf
- Created: 2024-07-22T20:48:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T04:32:03.000Z (11 months ago)
- Last Synced: 2025-01-10T04:17:24.022Z (5 months ago)
- Topics: reactivity, signals, typescript
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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