Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 697 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 697 Bytes

@minax/redux-hooks · npm

Achieve Redux By React useContext

安装

npm i --save @minax/redux-hooks

Quick Overview

Edit lpl933nv5m

Notice

^1.2.1 has some break changes, but still backward compatibility. If you update to this version,please see the online demo above to update your code if you want.

You Need Know

every use useContext will rerender when store has change. So if your project is not small, please not use this library.