awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to codedredd/pinia-orm

Open-source alternatives to Pinia Orm

30 open-source projects similar to codedredd/pinia-orm, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pinia Orm alternative.

  • adamcsk1/ngx-simple-signal-storeadamcsk1 का अवतार

    adamcsk1/ngx-simple-signal-store

    1GitHub पर देखें↗

    A simple way to create signal stores with a read-only interface.

    TypeScript
    GitHub पर देखें↗1
  • aggre/ullraggre का अवतार

    aggre/ullr

    64GitHub पर देखें↗

    Functional Web Components

    TypeScript
    GitHub पर देखें↗64
  • alibaba/fish-reduxalibaba का अवतार

    alibaba/fish-redux

    7,275GitHub पर देखें↗

    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
    GitHub पर देखें↗7,275
  • amadeusitgroup/tansuAmadeusITGroup का अवतार

    AmadeusITGroup/tansu

    100GitHub पर देखें↗

    tansu is a lightweight, push-based framework-agnostic state management library. It borrows the ideas and APIs originally designed and implemented by Svelte stores and extends them with computed and batch.

    TypeScript
    GitHub पर देखें↗100
  • andrewcourtice/harlemandrewcourtice का अवतार

    andrewcourtice/harlem

    516GitHub पर देखें↗

    Powerfully simple global state management for Vue 3

    TypeScriptjavascriptstate-managementtypescript
    GitHub पर देखें↗516

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • angular-architects/ngrx-hateoasangular-architects का अवतार

    angular-architects/ngrx-hateoas

    5GitHub पर देखें↗

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

    TypeScript
    GitHub पर देखें↗5
  • angular-architects/ngrx-toolkitangular-architects का अवतार

    angular-architects/ngrx-toolkit

    324GitHub पर देखें↗

    Various Extensions for the NgRx Signal Store

    TypeScript
    GitHub पर देखें↗324
  • angulator-dev/angulatorangulator-dev का अवतार

    angulator-dev/angulator

    1GitHub पर देखें↗

    A simple, lightweight mediator library for Angular.

    TypeScript
    GitHub पर देखें↗1
  • apollographql/apollo-clientapollographql का अवतार

    apollographql/apollo-client

    19,798GitHub पर देखें↗

    Apollo Client is a GraphQL client library and data fetching framework used to request data from a GraphQL server and synchronize that state within a frontend application. It functions as a remote state manager and a local state management tool, allowing developers to define client-side schemas and resolvers for data that does not reside on a remote server. The project features a normalized GraphQL cache that identifies objects by ID to ensure referential equality and consistent data updates across different queries. It also includes a GraphQL API mocking tool to simulate server responses and

    TypeScriptapollo-clientapollographqlgraphql
    GitHub पर देखें↗19,798
  • avkonst/hookstateavkonst का अवतार

    avkonst/hookstate

    1,656GitHub पर देखें↗

    The simple but very powerful and incredibly fast state management for React that is based on hooks

    TypeScripthookstatemobx-react-alternativeplugin-architecture
    GitHub पर देखें↗1,656
  • barryhappy/temptyviewB

    barryhappy/TEmptyView

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • becher/ngstatobecher का अवतार

    becher/ngStato

    3GitHub पर देखें↗

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

    TypeScript
    GitHub पर देखें↗3
  • brn/rrhB

    brn/rrh

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • btroncone/ngrx-store-localstoragebtroncone का अवतार

    btroncone/ngrx-store-localstorage

    624GitHub पर देखें↗

    Simple syncing between @ngrx store and local storage

    TypeScript
    GitHub पर देखें↗624
  • clancysong/we-mobxC

    clancysong/we-mobx

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • concentjs/concentconcentjs का अवतार

    concentjs/concent

    1,389GitHub पर देखें↗

    A reactive atomic state engine for React(including React 18) and all React like, carrying dependency collection feature, supporting fine-grained updates.

    TypeScript
    GitHub पर देखें↗1,389
  • coresynchub/ngx-queryCoreSyncHub का अवतार

    CoreSyncHub/ngx-query

    2GitHub पर देखें↗

    Minimalistic Query-like library for Angular. RxJS only. DI native. SSR-friendly.

    TypeScript
    GitHub पर देखें↗2
  • ctrlplusb/easy-peasyctrlplusb का अवतार

    ctrlplusb/easy-peasy

    5,044GitHub पर देखें↗

    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
    GitHub पर देखें↗5,044
  • czy1121/loadinglayoutC

    czy1121/loadinglayout

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • dai-shi/react-hooks-global-statedai-shi का अवतार

    dai-shi/react-hooks-global-state

    1,101GitHub पर देखें↗

    NOT MAINTAINED Simple global state for React with Hooks API without Context API

    TypeScriptfunction-componentshooks-api-reactreact
    GitHub पर देखें↗1,101
  • dai-shi/react-trackeddai-shi का अवतार

    dai-shi/react-tracked

    2,820GitHub पर देखें↗

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

    TypeScriptglobal-statesreactreact-context
    GitHub पर देखें↗2,820
  • dai-shi/use-reducer-asyncD

    dai-shi/use-reducer-async

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • davembush/smartngrxDaveMBush का अवतार

    DaveMBush/SmartNgRX

    17GitHub पर देखें↗

    Make NgRX Easier to use

    TypeScript
    GitHub पर देखें↗17
  • diegohaz/constatediegohaz का अवतार

    diegohaz/constate

    4,003GitHub पर देखें↗

    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
    GitHub पर देखें↗4,003
  • e-oz/ngx-collectione-oz का अवतार

    e-oz/ngx-collection

    33GitHub पर देखें↗

    Collection State Management Service for Angular

    TypeScript
    GitHub पर देखें↗33
  • effector/effectoreffector का अवतार

    effector/effector

    4,837GitHub पर देखें↗

    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
    GitHub पर देखें↗4,837
  • erlihs/pinia-plugin-storageerlihs का अवतार

    erlihs/pinia-plugin-storage

    1GitHub पर देखें↗

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

    TypeScriptpiniapluginstate-management
    GitHub पर देखें↗1
  • facebook/relayfacebook का अवतार

    facebook/relay

    18,940GitHub पर देखें↗

    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
    GitHub पर देखें↗18,940
  • felangel/blocfelangel का अवतार

    felangel/bloc

    12,455GitHub पर देखें↗

    This is a Dart state management library and architectural framework that decouples business logic from the user interface by transforming a stream of events into a stream of states. It implements a business logic component pattern to ensure that state transitions are predictable and testable. The project distinguishes itself through advanced event stream processing, providing concurrency strategies to drop, restart, or queue incoming events. It includes a dedicated state persistence layer for saving and restoring application state to maintain session continuity, as well as tools for state his

    Dart
    GitHub पर देखें↗12,455
  • acandylevey/ngrx-http-trackingacandylevey का अवतार

    acandylevey/ngrx-http-tracking

    6GitHub पर देखें↗

    Checkout the demo

    TypeScript
    GitHub पर देखें↗6