angular-composition-api
Composition model for functional reactive Angular applications. (by antischematic)
mini-rx
MiniRx - The reactive state management platform (by mini-rx)
angular-composition-api | mini-rx | |
---|---|---|
3 | 10 | |
46 | 169 | |
- | 0.0% | |
0.0 | 8.7 | |
over 3 years ago | about 2 months ago | |
TypeScript | TypeScript | |
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
angular-composition-api
Posts with mentions or reviews of angular-composition-api.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-05.
-
RFC: Why Angular needs a composition API
Angular Composition API on Github
-
Angular Composition API
Angular Composition API is a lightweight (3kb), experimental library for writing functional Angular applications.
mini-rx
Posts with mentions or reviews of mini-rx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-03-01.
-
10 Reasons for MiniRx Signal Store
Framework-agnostic code: Although MiniRx Signal Store is an Angular library, your state management code is almost framework-agnostic. Signals are an internal implementation detail of the Signal Store. Therefore, you can easily refactor your state management layer to the original (RxJS-based) MiniRx Store and use it in whatever framework you want (e.g. Svelte).
-
Introducing MiniRx Signal Store
The MiniRx Signal Store API is documented in the README.
-
MiniRx Signal Store for Angular - API Preview
MiniRx Store
-
MiniRx Signal Store RFC needs your feedback
It is based on the same great concept of the original MiniRx Store which was based on RxJS (see the docs here: https://mini-rx.io/).
-
MiniRx Feature Store vs. NgRx Component Store vs. Akita
See the FeatureStore source here.
- Svelte Demo of MiniRx - The RxJS Redux Store
-
Introducing MiniRx - Scalable reactive state management
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:
What are some alternatives?
When comparing angular-composition-api and mini-rx you can also consider the following projects:
ionic-mastermind - Mastermind clone built with Ionic and Angular Frameworks. [GET https://api.github.com/repos/usm4n/ionic-mastermind: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
pinia-undo - 🍍 Undo/Redo plugin for pinia.
akita - 🚀 State Management Tailored-Made for JS Applications
platform - Reactive State for Angular
diffx - A state management library for React, Vue.js, Svelte, Angular and vanilla javascript