1.0.0 • Published 4 years ago

react-redux-extended-hooks v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

react-redux-extended-hooks

A React Hooks for React Redux applications

How to use

npm install react-redux-extended-hooks
// install peerDependencies
npm install react redux react-redux

API

useShallowEqualSelector

TBA

const state = useShallowEqualSelector((state: any) => state)

useDispatchHandler

TBA

useDispatchEffect

TBA

useDispatchEffectManualDeps

TBA