Found 392 repositories(showing 30)
dai-shi
[NOT MAINTAINED] Simple global state for React with Hooks API without Context API
kennethnnabuife
A global authentication state toolkit for React with prebuilt UI screens and a globally accessible useAuth() hook. No separate stores, persistence layers, or setup files required. Integrates directly at the app layout level, with auth state remaining consistent across refreshes without manual persistence.
yezyilomo
Transform your React app with our state management library! Declare global and local states like variables, powered by the magic of React hooks 🪄✨
onikienko
React hooks for chrome.storage. You can use it for keeping global state in chrome extensions.
Spyna
A React.js global state manager with Hooks
Comparing global state libraries with React Hooks
devhammed
Painless global state management for React using Hooks and Context API in 1KB!
SawyerHood
Delightful and hook-first global state management for React that lets components drill down and subscribe to only the parts of the state that they need.
gadingnst
♻️ Zero-setup & simple global state management for React Components. It's similiar `useState` hooks like we use usual!
bennyg123
Global state management tool for react hooks inspired by RecoilJS and Jotai using proxies.
vanderleisilva
A global state implementation with react context and hooks
hawx1993
🧜🏽♀️ a solution that make react hooks support mvvm and aims to separates UI from business logic and provide immutable data & global state management, memory management and persistent data management and providing intuitive API
Weaverse
Simple and super lightweight global state sharing and managing for React application using hooks
johnny-quesada-developer
This is a package to easily handling global-state across your react-native-components No-redux, No-context.
brandiqa
An example project demonstrating how to manage global state using React Hooks and the Context API
flarestart
Rekv is a global state manager designed for React Hooks and has good compatibility with Class Component. All methods and states have TypeScript prompts
mrefaie
React simple useGlobalState hook for managing the global state
cristiano-belloni
Tiny, global, efficient, hook-based state management for React
aaroncraigongithub
Dead simple global shared state, using React Hooks.
radiegtya
react native boilerplate 0.59.0 with Global State Management using React Hook & Reactn
LexSwed
Global state management using React Context and Hooks API
cnebs
React-Express boilerplate with a global state store using hooks
rawewhat
StoRa is a global state management library with no dependency and written purely on React hooks.
stevekanger
React Superstore. Simple hook for adding and managing global state in react.
maciejtatol
An example of Global State implementation using React Hooks and Context API
vothanhdat
Turn any React hook into global state. No boilerplate, no complexity—just pure, performant state management.
giladl82
React hooks global state manager
hjrdave
A Hook-based global state management container and library for React.js apps.
ahungrynoob
A helper to create and maintain a global state without redux. (based on react hook)
SagarBajpai
Its a custom hook to combine all your useReducer hooks in return for one global state container with one dispatch function. You can use it at the top-level component and pass dispatch function (and state) down via React's Context API with Provider and Consumer/useContext.