@m0n0lab/react-clean
v3.1.4
Published
[](https://www.npmjs.com/package/@m0n0lab/react-clean) [](https://codecov.io/gh/pabloimrik17
Downloads
354
Readme
@m0n0lab/react-clean
MVVM pattern library using Inversify (IoC) and RxJS for reactive state management in React applications. Build scalable and maintainable apps.
Features
- 🚀 Production ready
- 📘 Well documented
Installation
npm
npm install @m0n0lab/react-cleanpnpm
pnpm add @m0n0lab/react-cleanJSR
npx jsr add @m0n0lab/react-cleanUsage
import { BaseViewModel } from "@m0n0lab/react-clean";
import { injectable } from "inversify";
@injectable()
class MyViewModel extends BaseViewModel {
// Your view model logic
}License
MIT
