This project is a lightweight, reactive JavaScript framework designed to simplify front-end development by implementing efficient state management. The framework includes functions such as track
, trigger
, and createEffect
to handle UI updates dynamically.
- Reactive State Management: Automatically updates the UI when state changes.
- Modular Design: Easy integration into other projects.
- Lightweight: Focused on performance and simplicity.