An open API service indexing awesome lists of open source software.

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

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)