https://github.com/yanyue404/fake-redux
A Learn Redux State Container Practice
https://github.com/yanyue404/fake-redux
redux
Last synced: 3 months ago
JSON representation
A Learn Redux State Container Practice
- Host: GitHub
- URL: https://github.com/yanyue404/fake-redux
- Owner: yanyue404
- Created: 2019-12-24T14:38:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T16:24:57.000Z (over 5 years ago)
- Last Synced: 2025-01-01T09:41:38.263Z (5 months ago)
- Topics: redux
- Language: TypeScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fake-redux
学习 redux 原理
## 知识点
- Flux
- 全局状态管理
- 不可变数据结构([immutable](https://github.com/immutable-js/immutable-js))
- 纯函数#### 参考
- [React.js 小书](http://huziketang.mangojuice.top/books/react)
- [知乎提问 - 除 Redux 外,目前还有哪些状态管理解决方案?](https://www.zhihu.com/question/63726609)
- [react-redux 官方](https://github.com/reduxjs/react-redux)
- [react-pxq](https://github.com/bailicangdu/react-pxq)
- [reactjs101](https://github.com/kdchang/reactjs101)