Overview
MiniRx is a set of reactive state management libraries - MiniRx Store and MiniRx Signal Store. MiniRx Store is a framework-agnostic reactive state management library based on RxJS, while MiniRx Signal Store is a signal-based reactive state management library specifically designed for Angular. Both libraries are licensed under MIT and come with detailed documentation on mini-rx.io.
Features
- MiniRx Store: A framework-agnostic reactive state management library
- MiniRx Signal Store: A signal-based reactive state management library for Angular
- MIT License: Both libraries are licensed under MIT
- Documentation: Detailed documentation available on mini-rx.io
- Contributor-friendly: Contributions of any kind are welcome
- Styled with Prettier: Codebase follows a consistent style
Installation
To install MiniRx, you can use NPM. Here are the steps to install MiniRx Store and MiniRx Signal Store:
- For MiniRx Store:
npm install mini-rx-store
- For MiniRx Signal Store:
npm install mini-rx-signal-store
Summary
MiniRx is a versatile set of reactive state management libraries that cater to different needs - from general usage with MiniRx Store to Angular-specific applications with MiniRx Signal Store. With an MIT license, detailed documentation, and a contributor-friendly approach, MiniRx provides a robust solution for managing state reactively.