hooola
react hooks based form tool
Found 124 results for useReducer
react hooks based form tool
a middleware hook
useReducer with effects
in order to use react hook instead of Redux
基于useReducer的dispatch增强器
为 Structured-React-Hook 设计的快速调试插件
Typesafe replacement for React's useReducer hook.
A react store inspired by classic redux setup but created using only the react context api and hooks
combineReducer function for useReducer reducer hook
A react hook for stable callbacks executed as effects
A react hooks to use useReducer with localStorage persist
React hooks for persistent state
A react hook based on useReducer and context.
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的语法。
A React state management utility providing a useReducer-like hook with synchronous state access and selector support, powered by a factory function.
A frame-agnostic modular code base
*useReducer* hook's extension to manage asynchronous actions over application's state through http requests.
A simple package to manage the global state in react in easy way!
Create React App template with Redux features done using React library tools. Features: shared state, dispatch, middlewares, state enhancers and devtools support
基于响应式的应用开发框架
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.