constate
State manager
A React Context library that simplifies state management using custom hooks and context providers.
React Context + State
4k stars
31 watching
90 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,799 |
pmndrs/zustand | A state management solution for React that uses simplified flux principles and doesn't wrap the app in context providers | 47,989 |
immerjs/use-immer | A hook to manage state with Immer in React applications using TypeScript | 4,084 |
jamiebuilds/unstated-next | A lightweight alternative to React state management libraries like Redux | 4,177 |
matthewp/haunted | A React Hooks API implementation for web components using Lit HTML or HyperHTML. | 2,617 |
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,738 |
react-native-community/hooks | Provides React Native APIs turned into reusable building blocks for functional components | 3,485 |
davidhu2000/react-spinners | A collection of reusable React components for displaying loading states and animations. | 3,114 |
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,314 |
pmndrs/jotai | State management for React applications using atomic and flexible concepts | 18,721 |
statelyai/xstate | A state management and orchestration solution for complex application logic using event-driven programming and actor model | 27,175 |
dai-shi/react-hooks-global-state | A global state management system for React applications using Hooks API. | 1,101 |
rrousselgit/flutter_hooks | A Dart library providing React-like hooks for managing widget life-cycles in Flutter applications. | 3,145 |