awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ngrx avatar

ngrx/platform

0
View on GitHub↗
8,320 stars·2,046 forks·TypeScript·29 viewsngrx.io↗

Platform

This project is a state management framework for Angular applications that provides a predictable state container. It implements a Redux-style architecture using a centralized store, managing global and local application data through an observable-based data flow of actions and reducers.

The framework includes a specialized entity management tool for organizing and synchronizing server-side data collections within client-side stores. It also provides a reactive store system that integrates state updates with Angular signals for change detection and includes debugging mechanisms for time-travel inspection and state analysis.

Broad capabilities include asynchronous side effect handling to isolate API calls from state transitions and the use of memoized selectors to cache derived state. The project also provides command-line tools for boilerplate generation, router state synchronization, and linting plugins to enforce architectural patterns.

Features

  • Centralized State Stores - Implements a centralized state store that acts as the single source of truth for the entire application state.
  • Centralized State Management - Implements a centralized store that acts as the single source of truth for application data in Angular.
  • Asynchronous Effect Handlers - Provides a dedicated effects layer to isolate asynchronous API calls and external interactions from state transitions.
  • Observable State Management - Manages application data through an observable-based stream of actions and reducers to ensure predictable state transitions.
  • Reactive State Management - Implements a predictable state container using an observable-based data flow to handle complex state transitions.
  • Redux Implementations - Implements a Redux-style architecture using a centralized store with formal action dispatching and reducers.
  • Side Effect Handlers - Isolates asynchronous API calls and external interactions from pure state transitions using a dedicated listener layer.
  • State Management Frameworks - Offers a structured state management framework using a predictable container and observable-based data flow.
  • Side Effect Management Libraries - Provides libraries to manage complex asynchronous side effects by listening for actions and dispatching state updates.
  • Entity Adapters - Provides a specialized toolset for organizing and synchronizing server-side entity collections in the client store.
  • Entity CRUD Management - Provides standardized utility functions for managing collections of objects using a normalized flat data structure via CRUD operations.
  • State Debugging Tools - Connects state data to external debugging tools for time-travel inspection and detailed state analysis.
  • Signals & Reactivity - Integrates observable state streams with reactive signals to enable efficient change detection and UI updates.
  • Boilerplate Generation - Ships command-line schematics to automate the generation of standardized actions, reducers, and selectors.
  • Client-Side Entity Synchronization - Maps server-side data to client-side entity stores using high-level services to keep information current.
  • Derived State - Transforms raw state slices into formatted views using pure projector functions to avoid redundant calculations.
  • Memoized Derivations - Implements memoized selectors that cache derived state and only re-compute values when specific input slices change.
  • Reactive Stores - Provides a system for building lightweight reactive stores with computed properties to manage local or global state.
  • Client-Side Caching - Includes specialized entity adapters to cache and manage server-side data collections locally to reduce network load.
  • NgRx State Management - Provides reactive state management for Angular applications.
  • State Management - Implements reactive state management for complex applications.

Star history

Star history chart for ngrx/platformStar history chart for ngrx/platform

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Platform

Similar open-source projects, ranked by how many features they share with Platform.
  • day8/re-frameday8 avatar

    day8/re-frame

    5,532View on GitHub↗

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Clojureclojurescriptre-framereact
    View on GitHub↗5,532
  • vuejs/vuexvuejs avatar

    vuejs/vuex

    28,342View on GitHub↗

    Vuex is a centralized state management library for Vue.js applications. It provides a single source of truth for application data, ensuring consistent state across a component tree through a reactive data store. The system organizes the global state tree into independent, namespaced modules to prevent naming collisions and maintain code organization. It distinguishes between synchronous mutations for predictable state transitions and asynchronous actions for handling complex operations. The library includes cached getters for derived state, store lifecycle hooks for mutation interception, an

    JavaScriptjavascriptstate-managementtime-travel
    View on GitHub↗28,342
  • jonataslaw/getxjonataslaw avatar

    jonataslaw/getx

    11,181View on GitHub↗

    GetX is a comprehensive state management framework for Flutter that provides a toolkit for managing application state, dependency injection, and routing without requiring build context. It serves as a core architectural system for reactive state management, navigation, service location, and multi-language theme support. The project is distinguished by its ability to handle context-free navigation and the use of observable variables that automatically trigger user interface updates. It features a dependency injection container with lazy loading and automated memory management, alongside a rout

    Dart
    View on GitHub↗11,181
  • ctrlplusb/easy-peasyctrlplusb avatar

    ctrlplusb/easy-peasy

    5,044View on GitHub↗

    Easy-peasy is a React state management library and typed framework that provides a centralized store for managing global application state. It functions as an immutable state store and an async state orchestrator, ensuring end-to-end type safety for state definitions, actions, and derived values. The library distinguishes itself by converting direct mutation syntax into immutable updates to simplify the management of nested data. It includes a mechanism for persisting the state tree to storage and rehydrating it during the application boot process, with the ability to suspend the user interfa

    JavaScripthooksimmerimmutable
    View on GitHub↗5,044
See all 30 alternatives to Platform→

Frequently asked questions

What does ngrx/platform do?

This project is a state management framework for Angular applications that provides a predictable state container. It implements a Redux-style architecture using a centralized store, managing global and local application data through an observable-based data flow of actions and reducers.

What are the main features of ngrx/platform?

The main features of ngrx/platform are: Centralized State Stores, Centralized State Management, Asynchronous Effect Handlers, Observable State Management, Reactive State Management, Redux Implementations, Side Effect Handlers, State Management Frameworks.

What are some open-source alternatives to ngrx/platform?

Open-source alternatives to ngrx/platform include: day8/re-frame — re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized,… vuejs/vuex — Vuex is a centralized state management library for Vue.js applications. It provides a single source of truth for… jonataslaw/getx — GetX is a comprehensive state management framework for Flutter that provides a toolkit for managing application state,… ctrlplusb/easy-peasy — Easy-peasy is a React state management library and typed framework that provides a centralized store for managing… mobxjs/mobx — MobX is a reactive state management library and fine-grained reactivity engine. It provides an observable data store… alibaba/fish-redux — fish-redux is a Flutter application framework and state management library that implements a Redux-based workflow. It…