Menu
Libraries |
Category

mini-rx

  • MiniRx is a reactive state management platform offering two main libraries:

    • MiniRx Store: A framework-agnostic reactive state management library based on RxJS. Docs site: mini-rx.io
    • MiniRx Signal Store: A signal-based reactive state management library specifically designed for Angular.
  • Purpose: Provides lightweight, flexible state management solutions with reactivity at their core. The Store is framework-agnostic, while the Signal Store targets Angular's signal-based reactivity.

  • Target Audience:

    • Developers needing reactive state management across frameworks (MiniRx Store).
    • Angular developers looking for signal-based state solutions (MiniRx Signal Store).
  • Key Features:

    • RxJS-based reactivity (Store).
    • Angular signal integration (Signal Store).
    • Lightweight and flexible architecture.

For more details, refer to the respective READMEs or the documentation site .

rxjsreduxstate-managementangularsveltestoresolidjsvuejs

Comments