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

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

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

8 रिपॉजिटरी

Awesome GitHub RepositoriesState Management Libraries

Libraries specifically designed to handle the storage, update, and synchronization of application state within React.

Distinct from React Libraries: Distinct from React Libraries: focuses specifically on state management architecture rather than general utility toolkits.

Explore 8 awesome GitHub repositories matching web development · State Management Libraries. Refine with filters or upvote what's useful.

Awesome State Management Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ctrlplusb/easy-peasyctrlplusb का अवतार

    ctrlplusb/easy-peasy

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

    Easy-peasy एक React स्टेट मैनेजमेंट लाइब्रेरी और टाइप्ड फ्रेमवर्क है जो ग्लोबल एप्लिकेशन स्टेट को मैनेज करने के लिए एक सेंट्रलाइज्ड स्टोर प्रदान करता है। यह एक इम्यूटेबल स्टेट स्टोर और एक एसिंक्रोनस स्टेट ऑर्केस्ट्रेटर के रूप में कार्य करता है, जो स्टेट डेफिनिशन, एक्शन्स और डिराइव्ड वैल्यू के लिए एंड-टू-एंड टाइप सेफ्टी सुनिश्चित करता है। लाइब्रेरी नेस्टेड डेटा के प्रबंधन को सरल बनाने के लिए डायरेक्ट म्यूटेशन सिंटैक्स को इम्यूटेबल अपडेट में बदलकर खुद को अलग बनाती है। इसमें स्टेट ट्री को स्टोरेज में पर्सिस्ट करने और एप्लिकेशन बूट प्रक्रिया के दौरान इसे रिहाइड्रेट करने के लिए एक तंत्र शामिल है, जिसमें रिहाइड्रेशन पूरा होने तक यूजर इंटरफेस को सस्पेंड करने की क्षमता है। फ्रेमवर्क ऑप्टिमिस्टिक रेंडरिंग के साथ एसिंक्रोनस API कॉल के ऑर्केस्ट्रेशन और कैश किए गए डिराइव्ड स्टेट की गणना सहित कई क्षमता क्षेत्रों को कवर करता है।

    Provides a centralized store and framework for managing global application state in React.

    JavaScripthooksimmerimmutable
    GitHub पर देखें↗5,044
  • jamiebuilds/unstated-nextjamiebuilds का अवतार

    jamiebuilds/unstated-next

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

    unstated-next React के लिए एक हल्का स्टेट मैनेजमेंट लाइब्रेरी है जो घटकों के बीच स्टेट और लॉजिक साझा करती है। यह कस्टम हुक्स को साझा स्टेट कंटेनरों में बदलने के लिए एक टूल के रूप में कार्य करती है, जो जटिल बाहरी स्टेट स्टोर्स का उपयोग किए बिना डेटा को सिंक्रोनाइज़ करने के लिए एक न्यूनतम दृष्टिकोण प्रदान करती है। यह प्रोजेक्ट स्टेट परिभाषा को उसके उपयोग से अलग करने के लिए एक प्रोवाइडर-कंज्यूमर पैटर्न का उपयोग करता है। यह मैन्युअल बॉयलरप्लेट को कम करने के लिए कस्टम हुक्स को कॉन्टेक्स्ट कंटेनरों में लपेटता है, जिससे स्टेट और मेथड्स को एक केंद्रीय प्रोवाइडर से गहराई से नेस्टेड चाइल्ड घटकों तक प्रसारित किया जा सकता है। यह सिस्टम स्टेट कंटेनर कंपोजिशन को सपोर्ट करता है, जो कई केंद्रित इकाइयों को नेस्ट करके जटिल स्टेट लॉजिक बनाने में सक्षम बनाता है। यह एप्लिकेशन स्टेट सिंक्रोनाइज़ेशन को संभालने और स्टेट बदलने पर स्वचालित री-रेंडर ट्रिगर करने के लिए React Context API का लाभ उठाता है।

    Functions as a library designed to handle the storage, update, and synchronization of state within React.

    TypeScriptlibraryreactredux
    GitHub पर देखें↗4,190
  • dai-shi/use-context-selectordai-shi का अवतार

    dai-shi/use-context-selector

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

    Use context selector is a state management library that allows applications to share state across component trees without prop drilling or unnecessary re-renders. It provides a specialized React context creation mechanism alongside hooks for reading targeted context slices, ensuring that components update only when their specific data changes. The library features granular dependency tracking and selector-based subscriptions to prevent sluggish rendering caused by broad state updates. It also includes cross-root context bridging to connect isolated component trees under a single provider and

    Shares application state across component trees without prop drilling or unnecessary re-renders.

    TypeScriptcustom-hookreactreact-context
    GitHub पर देखें↗2,953
  • risingstack/react-easy-stateRisingStack का अवतार

    RisingStack/react-easy-state

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

    React Easy State is a state management library for React that utilizes the observable store pattern to synchronize user interface components with application data. It employs ES6 proxies to wrap plain JavaScript objects, enabling the system to monitor data mutations and automatically trigger component re-renders whenever accessed properties are modified. The library distinguishes itself through a transparent reactive system that eliminates the need for explicit data binding or boilerplate code. By tracking dependencies during the rendering process, it ensures that components only update when

    Provides a library for managing application state in React using ES6 proxies for automatic tracking.

    JavaScriptes6-proxiesjavascriptreact
    GitHub पर देखें↗2,545
  • trojanowski/react-apollo-hookstrojanowski का अवतार

    trojanowski/react-apollo-hooks

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

    This library provides a collection of hooks for integrating GraphQL data operations into functional components within the Apollo Client ecosystem. It functions as a state management tool that synchronizes remote server data with local component state, ensuring consistent data representation across the user interface. The project distinguishes itself by enabling server-side rendering through a framework of utilities that pre-fetch data and resolve component trees to deliver fully populated HTML. It utilizes a provider-based pattern to inject the data client into the component tree, allowing ne

    Synchronizes remote server data with local component state to ensure consistent data representation.

    TypeScript
    GitHub पर देखें↗2,388
  • beekai-oss/little-state-machinebeekai-oss का अवतार

    beekai-oss/little-state-machine

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

    Little State Machine is a lightweight state management library for React applications that provides a centralized data store for managing shared application information. It utilizes a context-based provider pattern to distribute state across the component tree, ensuring consistent data access without the need for manual property drilling. The library distinguishes itself through built-in support for automatic browser storage persistence, which synchronizes the in-memory state with local or session storage to maintain data continuity across page refreshes. It also incorporates middleware-drive

    Provides a lightweight, centralized state container for React with built-in browser storage persistence.

    TypeScriptfluxreactreact-hooks
    GitHub पर देखें↗1,540
  • donavon/use-persisted-statedonavon का अवतार

    donavon/use-persisted-state

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

    Use-persisted-state is a React hook library that persists component state in browser storage and synchronizes updates across multiple tabs and windows. It extends standard component state management by automatically saving values to browser storage providers on every state update, ensuring user data survives page reloads and browser sessions. The library supports cross-component state sharing by linking multiple distinct component instances to a single storage key so they share and update identical data. It provides factory-generated hook instances that create isolated state functions bound t

    Provides a custom hook that persists component state in browser storage and synchronizes updates across multiple tabs and windows.

    JavaScriptcustom-hookhookslocalstorage
    GitHub पर देखें↗1,372
  • dustingetz/react-cursordustingetz का अवतार

    dustingetz/react-cursor

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

    React Cursor is a state management library for React applications that maintains centralized application state through hierarchical cursor paths and immutable data modeling. It stores all application data in a single root location, keeping downward component trees stateless and predictable. The library enables path-based cursor refinement, allowing developers to drill down through recursive data structures to create localized child cursors pointing to specific nested substructures. Modifications are propagated upward by generating new immutable state trees using pure function updates applied

    Manages centralized application state in React with immutable cursors and nested path navigation.

    JavaScript
    GitHub पर देखें↗1,026
  1. Home
  2. Web Development
  3. Frontend Development Tools
  4. Frontend Frameworks
  5. Component Authoring & Composition
  6. React Ecosystem
  7. React Libraries
  8. State Management Libraries