@mlarbi/reactive
v1.0.2
Published
A lightweight JavaScript framework for building reactive web applications.
Downloads
294
Readme
🚀 mini-framework
A lightweight JavaScript framework for building reactive web applications.
✨ Features
- DOM Abstraction: Create and manipulate the DOM with a simple and intuitive API.
- Reactive State Management: Build reactive UIs with signals and effects.
- Conditional Rendering: Easily render components based on application state with the
Showcomponent. - Routing: Simple routing for single-page applications.
🏁 Getting Started
To learn how to use the framework, check out our documentation:
- Learn the framework: A comprehensive guide to the framework's core concepts.
- State Management: Detailed documentation on signals, effects, and the
Showcomponent.
örnek TodoMVC
A small example application built with mini-framework to demonstrate its usage and capabilities. You can find the code in the mvc directory.
