Skip to content

Files

Latest commit

7413b03 · Sep 6, 2024

History

History
10 lines (6 loc) · 515 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 515 Bytes

My Custom JavaScript Framework

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.

Features

  • Reactive State Management: Automatically updates the UI when state changes.
  • Modular Design: Easy integration into other projects.
  • Lightweight: Focused on performance and simplicity.