react-storage-hooks
React hooks for persistent state
Found 124 results for useReducer
React hooks for persistent state
A [React hook](https://reactjs.org/docs/hooks-intro.html) for managing side-effects in your reducers.
A simpler way to useReducers
A react hook to use reducers for local state in a typesafe way, with an API like createSlice from redux-starter-kit and immer integration.
A custom React Hook that persist state from useReducer
Seducer (simple reducer) is a wrapper on top of React.useReducer, making it easier to use
useReducer hook with persistence in storage
Thunk like action creator support for react's useReducer hook
`@rtbjs/use-state` is a state management tool that can act as a local state and be easily turned into a global redux state. It is an innovative approach to state management that combines the advantages of both React's useState and Redux's state management
Utilities to help construct "normalized" states when using useReducer in react-hook.
Simple logger for reducer functions
A tiny library that enables side effects with the useReducer hook
the purpose of this project is make useReducer more simplify
Get the network speed in react.
useReducer() ...but better
Provides a reducer to simplify handling of mutations to array state
Provides a hook to provide state around an async function call
React ToolboxJS is a set of useful react tools.
Provides a reducer to simplify handling of async actions
Use redux-saga without redux
uhooks with propagated states
A useReducer hook for React that's easy to use with Typescript.
React hooks for persistent state. Forked from https://github.com/soyguijarro/react-storage-hooks, original author Ramón Guijarro <hola@soyguijarro.com>
React useReducer with state getter
Hooks State Managment
A simple implementation of useState with useReducer.
useReducer with effects
Factory methods for creating an ephemeral redux store bound to a react context and a react-redux provider
A utility, for use with React's `useReducer` hook, to combine multiple reducer functions into a single reducer function.
A helper to create the reducer of useReducer
useReducer with effects
An advanced, still very easy-to-use reducer for React
Local state manager that enhances react's `useReducer`. Heavily inspired by [Redux Toolkit](https://redux-toolkit.js.org/).\ Leverage Typescript to make **everything** type safe, from the creation of the store to it's usage.\ The same way as redux toolkit
Asynchronous/Synchronous React Centralized State with Hooks and HOC
A comprehensive React component library with built-in animations and customization options.  
React hook combining a simplified usage of useReducer and redux-observable-ish epics for side-effects.
Use useReducer more efficiently.
通过react-context,useReducer替代redux,可扩展支持与redux周边middleware中间件,通过useModel(['key'])可获取state和dispatch,其中useModel已做到获取的属性值变化,组件才会重新渲染,摆脱useContext因context中无关数据导致的重复渲染问题。
<p> <img alt="Version" src="https://img.shields.io/github/package-json/v/jiangweixian/use-rematch-reducer/master?label=use-rematch-reducer&logo=npm&style=for-the-badge" /> <a href="#" target="_blank"> <img alt="License: MIT" src="https://img.shiel
基于响应式的应用开发框架
React global action bus
Provides a few util hooks
Redux-like hooks for vue applications
Hooks State Managment
React Component to manage State through reducers using contexts and hooks
`data-paginate` is a React hook for handling pagination with an array of data. It provides an easy way to paginate data with simple navigation functions.
A library to provide a fast data grid to React apps based on the useReducer hook
Use redux saga with useReducer hook to handle side effects without Redux
[](https://github.com/SagarBajpai/hooks-combined-reducers/issues) [](https:
React's Own Hands Touching State The Easiest Way!
React Component to easily manage State through reducers using hooks. with typings for Typescript and Flow
面向企业级的结构化的 React 状态管理框架
A tiny package for combine reducers that mimic the actual combine reducers of redux while using useReducers with contextApi
useReducer, but with minimal boilerplate ⚡
Lightweight redux-like connect bindings which uses useReducer + useContext internally.
基于响应式的应用开发框架
基于响应式的应用开发框架
React hook to persist reduced state to LocalStorage. Conforms to the useReducer API with persistence. SSR compatible and typesafe
A useReducer React hook wrapper for logging flux data
The `useUrlHandler` hook is a powerful utility for managing URL parameters in React applications. It provides a comprehensive set of functions to handle URL state, navigation, and scrolling behavior.
Extends useReducer and useState with common helper methods
useReducer with effects
Set of helpers to create useful and commonly used reducers for redux or react hooks
React Hook useReducer with cancelable dispatch of thunks
A lightweight utility for creating Redux-like reducer slices
使用useContext和useReducer的一个轻量状态管理库
Simple global store manager for react hooks.
A function to allow sending messages inside React function components that use the union function from @composi/runtime.
Hook for React useReducer
react minimal typesafe state handling even with saga
A simplified version of React's useReducer, use this package to generate all actions automatically.
为 Structured-React-Hook 设计的快速调试插件
react hooks based form tool
React hook to provide a reducer that can be observed via an RxJS subject
useReducer with effects
the purpose of this project is make useReducer classify
useReducer for Vue.js.
基于响应式的应用开发框架
from-react-context is an alternative of context api for those who want to take advantages of react useState and useReducer as global state management hooks, and improve React performance by preventing unnecessary re-renders from context api.
基于useReducer的dispatch增强器
React hook with same API as use state implemented using useReducer
react hooks useReducer for asynchronous processing
A react hooks to use useReducer with localStorage persist
combineReducer function for useReducer reducer hook
A react store inspired by classic redux setup but created using only the react context api and hooks
"Gateway drug" for developers hesitant to use React's useReducer. Covers 80% of cases, getting you hooked so you can take on the other 20% when you're ready.
A utility that builds a type-safe reducer and actions
Testing Wait until Version 1.0.0
[](https://www.npmjs.org/package/@use-rematch/core)
基于响应式的应用开发框架
Enhance useReducer with persistence to local/session storage (with ttl support).
Simple global store manager for rax react hooks.
Simple global store manager for rax react hooks.
Typesafe replacement for React's useReducer hook.
React hooks for persistent state - Forked from https://github.com/soyguijarro/react-storage-hooks, original author Ramón Guijarro <hola@soyguijarro.com>
An easy way to add state without having multiple useState hooks. Too many useState hooks have to be refactored using useReducer. This hook abstracts that conversion from useState to useReducer. It looks like useState but behaves like useReducer.
react-vuex-hook是利用React Hook配合Context和useReducer封装的一个用于小型模块的状态管理库,提供类似vuex的语法。
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
A simple package to manage the global state in react in easy way!
Generate type-safe action creators and a reducer from a set of curried functions
A react hook for stable callbacks executed as effects
基于响应式的应用开发框架
A react hooks to use useReducer with localStorage persist
A context selector for React
This Package contains hook called useLogger to log context reducer states and action information we are dispatching.
*useReducer* hook's extension to manage asynchronous actions over application's state through http requests.
A frame-agnostic modular code base
a middleware hook
combineReducer function for useReducer reducer hook
Simple global store manager for react hooks.
React hooks for persistent state
Quickly generate a reducer and corresponding action creators
A react hook based on useReducer and context.
react hooks tools
hook to combine multiple useReducers() -- hook alternative to redux combineReducers()
Create React App template with Redux features done using React library tools. Features: shared state, dispatch, middlewares, state enhancers and devtools support
Generate useSeletector hook for any react state (useState/useReducer/etc...)
in order to use react hook instead of Redux
A React.js store made with useContext and useReducer like redux
* Case1, The original version of useReducer: One more re-render with virtual DOM. The Child virtual Dom Will not be re-render.
A React state management utility providing a useReducer-like hook with synchronous state access and selector support, powered by a factory function.
reax-hook是利用React Hook配合Context和useReducer封装的一个用于小型模块的状态管理库,提供类似vuex的语法。
useReducer & getState.
基于响应式的应用开发框架