A lightweight state management library that follows Flux/Redux architecture but uses React's latest useContext
and useReducer
hooks. It provides a simple and efficient way to manage global state in React applications.
Deterministically update state based on other state
Persistent Redux Store using browser session storage
Redux plugin that simplify the way you write actions