Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 291 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 291 Bytes

Reactive signals implementation

Reactive state management system implementation based on signals and effects.

TODO

  • Implement signals
  • Implement computed
  • Implement effect
  • Implement store
  • Make it work with Vanilla JS/TS
  • Make it work with JSX