https://github.com/flute/react-hook-antd-reducer-crud
Friendly CURD template build with React Hook + Ant Design, state container use useReducer + useContext
https://github.com/flute/react-hook-antd-reducer-crud
Last synced: 11 months ago
JSON representation
Friendly CURD template build with React Hook + Ant Design, state container use useReducer + useContext
- Host: GitHub
- URL: https://github.com/flute/react-hook-antd-reducer-crud
- Owner: flute
- Created: 2021-06-24T12:20:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T10:05:01.000Z (about 5 years ago)
- Last Synced: 2025-06-10T23:38:12.637Z (about 1 year ago)
- Language: JavaScript
- Size: 261 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-hook-antd-reducer-crud
#### Description
Friendly CURD template build with React Hook + Ant Design, state container use useReducer + useContext
React Hook + Antd CURD 模板最佳实践,使用 useReducer + useContext 打造页面级别的Redux状态管理。
#### Dependence
- react: >= 16.8.1
- antd: >= 4.0
- redux-actions: >= 2.0.0
Install dependence:
```js
npm i react antd redux-actions -S
```
#### Screenshoot
