包括:redux,redux-thunk,redux-saga,react-redux,react context 相关内容
名称 | 描述 |
---|---|
redux | redux、redux-thunk、redux-saga 的使用方式 |
react-redux | react-redux 的使用方式 |
make-redux | 手动实现 redux |
make-react-redux | 手动实现 react-redux |
切换到示例项目的根目录,例如 demo01
yarn install
yarn start
- 使用了create-react-app 脚手架生成工具
- 其中demo01 中使用了 antd,点击按钮会出现css-animation 异常,应该是 andt 的版本问题(待确定)
网址:
https://jaysoo.ca/2016/01/03/managing-processes-in-redux-using-sagas/
https://stackoverflow.com/questions/34930735/pros-cons-of-using-redux-saga-with-es6-generators-vs-redux-thunk-with-es2017-asy/34933395#34933395
https://decembersoft.com/posts/redux-thunk-vs-redux-saga/