awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ngrx avatar

ngrx/platform

0
View on GitHub↗
8,320 estrellas·2,046 forks·TypeScript·11 vistasngrx.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.

Historial de estrellas

Gráfico del historial de estrellas de ngrx/platformGráfico del historial de estrellas de ngrx/platform

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Platform

Proyectos open-source similares, clasificados según cuántas características comparten con Platform.
  • day8/re-frameAvatar de day8

    day8/re-frame

    5,532Ver en 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
    Ver en GitHub↗5,532
  • vuejs/vuexAvatar de vuejs

    vuejs/vuex

    28,342Ver en 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
    Ver en GitHub↗28,342
  • jonataslaw/getxAvatar de jonataslaw

    jonataslaw/getx

    11,181Ver en 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
    Ver en GitHub↗11,181
  • ctrlplusb/easy-peasyAvatar de ctrlplusb

    ctrlplusb/easy-peasy

    5,044Ver en 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
    Ver en GitHub↗5,044
Ver las 30 alternativas a Platform→

Preguntas frecuentes

¿Qué hace ngrx/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.

¿Cuáles son las características principales de ngrx/platform?

Las características principales de ngrx/platform son: Centralized State Stores, Centralized State Management, Asynchronous Effect Handlers, Observable State Management, Reactive State Management, Redux Implementations, Side Effect Handlers, State Management Frameworks.

¿Qué alternativas de código abierto existen para ngrx/platform?

Las alternativas de código abierto para ngrx/platform incluyen: 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…