constate
State manager
A React Context library that simplifies state management using custom hooks and context providers.
React Context + State
4k stars
31 watching
91 forks
Language: TypeScript
last commit: over 2 years ago
Linked from 2 awesome lists
constatehooksreactreact-contextreact-hooksreact-statereactjsreakitstate-management
Related projects:
Repository | Description | Stars |
---|---|---|
jamiebuilds/unstated | A state management library designed to simplify React applications by replicating the component state API while sharing it across multiple components. | 7,794 |
pmndrs/zustand | A small state management solution with simplified flux principles and a comfy API based on hooks. | 48,670 |
immerjs/use-immer | A hook to manage state with Immer in React applications using TypeScript | 4,127 |
jamiebuilds/unstated-next | A lightweight alternative to React state management libraries like Redux | 4,176 |
matthewp/haunted | A React Hooks API implementation for web components using Lit HTML or HyperHTML. | 2,620 |
avkonst/hookstate | A state management solution for React applications based on hooks | 1,658 |
dai-shi/react-tracked | A library to track state usage and optimize re-renders for various React hooks and libraries | 2,749 |
react-native-community/hooks | Provides React Native APIs turned into reusable building blocks for functional components | 3,495 |
davidhu2000/react-spinners | A collection of reusable React components for displaying loading states and animations. | 3,141 |
donavon/use-persisted-state | Provides a custom React Hook for shared and persistent state management across multiple instances, tabs, and browsers | 1,377 |
ava/use-http | A React hook for making isomorphic HTTP requests with features like server-side rendering support and built-in caching. | 2,315 |
pmndrs/jotai | State management for React applications using atomic and flexible concepts | 18,969 |
statelyai/xstate | A state management and orchestration solution for complex application logic using event-driven programming and actor model | 27,294 |
dai-shi/react-hooks-global-state | A global state management system for React applications using Hooks API. | 1,100 |
rrousselgit/flutter_hooks | A Dart library providing React-like hooks for managing widget life-cycles in Flutter applications. | 3,162 |