Introducing MiniRx - Scalable reactive state management

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • RxJS

    A reactive programming library for JavaScript

  • I like to describe MiniRx as the little brother of NgRx. NgRx and MiniRx have the same parents (RxJS and Redux), but they both have their own character and abilities.

  • mini-rx-store

    MiniRx - The reactive state management platform

  • NgRx and the Redux pattern are great for managing state at a large scale. However, almost every application contains also features that require only a simple form of state management. Then the Redux pattern with its actions and reducers quickly feels like overkill. I wanted a state management solution which looks and feels a lot like NgRx, but it has to support simple state managment too. It was time to create MiniRx Store:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Svelte

    Cybernetically enhanced web apps

  • NgRx is a great reactive Store, but it currently only works in Angular. However, there are also other frontend frameworks like Svelte which embrace reactivity. It would be cool to do NgRx-style state management in Svelte! With MiniRx you can use whatever framework you want: you can build a framework-agnostic state management layer for Angular today and move it to Svelte (or any other frontend framework) tomorrow.

  • platform

    Reactive State for Angular

  • MiniRx is a reactive state management library inspired by NgRx. NgRx is a well known reactive Redux Store in the Angular world. I used NgRx on several occasions and it is a great solution for large applications which have to manage complex state.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • MiniRx Signal Store for Angular - API Preview

    4 projects | dev.to | 17 Nov 2023
  • MiniRx Signal Store RFC needs your feedback

    4 projects | /r/Angular2 | 1 Jul 2023
  • MiniRx Feature Store vs. NgRx Component Store vs. Akita

    6 projects | dev.to | 29 Nov 2021
  • Svelte Demo of MiniRx - The RxJS Redux Store

    3 projects | /r/sveltejs | 7 Oct 2021
  • 10 Reasons for MiniRx Signal Store

    4 projects | dev.to | 1 Mar 2024