https://github.com/minaxorg/redux-hooks
Achieve Redux By React Hooks
https://github.com/minaxorg/redux-hooks
react redux redux-hooks
Last synced: 24 days ago
JSON representation
Achieve Redux By React Hooks
- Host: GitHub
- URL: https://github.com/minaxorg/redux-hooks
- Owner: minaxorg
- Created: 2019-04-29T09:48:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:38:18.000Z (over 2 years ago)
- Last Synced: 2025-04-20T08:40:52.997Z (about 2 months ago)
- Topics: react, redux, redux-hooks
- Language: TypeScript
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @minax/redux-hooks · [](https://www.npmjs.com/package/@minax/redux-hooks)
Achieve Redux By React `useContext`## 安装
``` shell
npm i --save @minax/redux-hooks
```## Quick Overview
[](https://codesandbox.io/s/lpl933nv5m?fontsize=14)
## 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.