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
Back to acandylevey/ngrx-http-tracking

Projects sharing features with Ngrx Http Tracking

30 open-source projects similar to acandylevey/ngrx-http-tracking, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • yurakhomitsky/ngx-view-stateyurakhomitsky avatar

    yurakhomitsky/ngx-view-state

    1View on GitHub↗

    ngx-view-state library for handling Loading/Success/Error in NgRx

    TypeScript
    View on GitHub↗1
  • nilsmehlhorn/ngrx-wiedernilsmehlhorn avatar

    nilsmehlhorn/ngrx-wieder

    127View on GitHub↗

    Lightweight undo-redo for Angular with NgRx & immer.js

    TypeScript
    View on GitHub↗127
  • ngrx/platformngrx avatar

    ngrx/platform

    8,320View on GitHub↗

    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-trave

    TypeScript
    View on GitHub↗8,320
  • timdeschryver/ngrx-immertimdeschryver avatar

    timdeschryver/ngrx-immer

    124View on GitHub↗

    Immer wrappers around NgRx methods createReducer, on, and ComponentStore

    TypeScript
    View on GitHub↗124
  • davembush/smartngrxDaveMBush avatar

    DaveMBush/SmartNgRX

    17View on GitHub↗

    Make NgRX Easier to use

    TypeScript
    View on GitHub↗17

AI search

Explore more awesome repositories

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

Find more with AI search
  • saulmoro/ngrx-rtk-querySaulMoro avatar

    SaulMoro/ngrx-rtk-query

    70View on GitHub↗

    RTK Query hooks for Angular signals

    TypeScript
    View on GitHub↗70
  • k3nsei/ngx-signal-store-queryk3nsei avatar

    k3nsei/ngx-signal-store-query

    9View on GitHub↗

    Signal Store feature that bridges with Angular Query

    TypeScript
    View on GitHub↗9
  • ngneers/easy-ngrx-distinct-selectorNGneers avatar

    NGneers/easy-ngrx-distinct-selector

    2View on GitHub↗

    Provides functions to easily create @ngrx/store selectors with equal functions for arguments and result values.

    TypeScript
    View on GitHub↗2
  • parloti/ngrx-setparloti avatar

    parloti/ngrx-set

    2View on GitHub↗

    It simplifies the creation of actions for asynchronous requests that can succeed, fail or be aborted.

    TypeScript
    View on GitHub↗2
  • stefanoslig/angular-ngrx-nx-realworld-example-appstefanoslig avatar

    stefanoslig/angular-ngrx-nx-realworld-example-app

    1,037View on GitHub↗

    Real world application built with Angular 21, NgRx 21, nrwl/nx 22

    TypeScript
    View on GitHub↗1,037
  • btroncone/ngrx-store-localstoragebtroncone avatar

    btroncone/ngrx-store-localstorage

    624View on GitHub↗

    Simple syncing between @ngrx store and local storage

    TypeScript
    View on GitHub↗624
  • angular-architects/ngrx-toolkitangular-architects avatar

    angular-architects/ngrx-toolkit

    324View on GitHub↗

    Various Extensions for the NgRx Signal Store

    TypeScript
    View on GitHub↗324
  • angular-architects/ngrx-hateoasangular-architects avatar

    angular-architects/ngrx-hateoas

    5View on GitHub↗

    A library to bring hypermedia json into the NgRx Signal Store following the HATEOAS approach

    TypeScript
    View on GitHub↗5
  • solidexpert-ltd/ngx-rehydratesolidexpert-ltd avatar

    solidexpert-ltd/ngx-rehydrate

    1View on GitHub↗

    NgRx state rehydration library for Angular Universal SSR applications.

    TypeScript
    View on GitHub↗1
  • gabrielguerrero/ngrx-traitsgabrielguerrero avatar

    gabrielguerrero/ngrx-traits

    115View on GitHub↗

    NGRX Traits is a library to help you compose and reuse state logic in your angular app. There is two versions, @ngrx-traits/signals supports ngrx-signals, and @ngrx-traits/{core, common} supports ngrx.

    TypeScript
    View on GitHub↗115
  • himanshuarora111/ngrx-store-wrapperhimanshuarora111 avatar

    himanshuarora111/ngrx-store-wrapper

    2View on GitHub↗

    A lightweight Angular library that lets you manage NgRx store state without writing actions, reducers, or effects manually, with built-in support for syncing to session and local storage.

    TypeScript
    View on GitHub↗2
  • larscom/ngrx-store-storagesynclarscom avatar

    larscom/ngrx-store-storagesync

    41View on GitHub↗

    Highly configurable state sync library between localStorage/sessionStorage and @ngrx/store (Angular)

    TypeScript
    View on GitHub↗41
  • michsior14/ngrx-addonsMichsior14 avatar

    Michsior14/ngrx-addons

    5View on GitHub↗

    A collection of @ngrx addons, including state persistence.

    TypeScript
    View on GitHub↗5
  • ngxp/store-servicengxp avatar

    ngxp/store-service

    24View on GitHub↗

    Adds an abstraction layer / facade between Angular components and the @ngrx store

    TypeScript
    View on GitHub↗24
  • facebook/relayfacebook avatar

    facebook/relay

    18,940View on GitHub↗

    Relay is a GraphQL client framework and state manager used for building data-driven applications. It functions as a declarative data fetching layer and a GraphQL compiler that transforms declarations into optimized runtime code with automatic type generation. The framework distinguishes itself through a build-time compilation process that generates optimized queries and a data masking system that prevents components from accessing undeclared data. It employs a normalized client-side cache to maintain consistency across entities and an optimistic update mechanism to provide immediate interface

    Rust
    View on GitHub↗18,940
  • effector/effectoreffector avatar

    effector/effector

    4,837View on GitHub↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    TypeScriptbusiness-logiceffectorevent-driven
    View on GitHub↗4,837
  • brn/rrhB

    brn/rrh

    0View on GitHub↗
    View on GitHub↗0
  • diegohaz/constatediegohaz avatar

    diegohaz/constate

    4,003View on GitHub↗

    Constate is a global state management tool for React designed to minimize unnecessary component re-renders. It functions as a state manager and optimization tool that utilizes specialized contexts to organize shared data across a component tree. The library distinguishes itself through a state-slicing provider pattern, which splits global state into multiple contexts to isolate data dependencies. It includes a state selector system that allows components to extract specific slices of global state, ensuring interface updates only occur when the selected data dependencies change. The project c

    TypeScriptconstatehooksreact
    View on GitHub↗4,003
  • becher/ngstatobecher avatar

    becher/ngStato

    3View on GitHub↗

    State-first Angular state management — 12x lighter than NgRx, async/await, built-in DevTools, zero RxJS required

    TypeScript
    View on GitHub↗3
  • dai-shi/use-reducer-asyncD

    dai-shi/use-reducer-async

    0View on GitHub↗
    View on GitHub↗0
  • e-oz/ngx-collectione-oz avatar

    e-oz/ngx-collection

    33View on GitHub↗

    Collection State Management Service for Angular

    TypeScript
    View on GitHub↗33
  • barryhappy/temptyviewB

    barryhappy/TEmptyView

    0View on GitHub↗
    View on GitHub↗0
  • erlihs/pinia-plugin-storageerlihs avatar

    erlihs/pinia-plugin-storage

    1View on GitHub↗

    A comprehensive state persistence and synchronization, yet as simple as it can be

    TypeScriptpiniapluginstate-management
    View on GitHub↗1
  • alibaba/fish-reduxalibaba avatar

    alibaba/fish-redux

    7,275View on GitHub↗

    fish-redux is a Flutter application framework and state management library that implements a Redux-based workflow. It provides a centralized state container and uses reducers and actions to maintain a single source of truth, ensuring data consistency across application screens and components. The framework includes a state-to-UI connector that transforms raw state data for display and automatically updates views. It features a component lifecycle manager that triggers logic and state updates based on when UI components mount or unmount. The project covers dependency injection for reducing co

    Dartadapteraopcomponent
    View on GitHub↗7,275
  • dai-shi/react-trackeddai-shi avatar

    dai-shi/react-tracked

    2,820View on GitHub↗

    State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others.

    TypeScriptglobal-statesreactreact-context
    View on GitHub↗2,820