Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muyunyun/statemanage
该项目为对 flux、redux、mobx、rxjs 的实践与实验项目
https://github.com/muyunyun/statemanage
Last synced: 4 days ago
JSON representation
该项目为对 flux、redux、mobx、rxjs 的实践与实验项目
- Host: GitHub
- URL: https://github.com/muyunyun/statemanage
- Owner: MuYunyun
- Created: 2018-02-08T08:53:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T07:27:43.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T04:11:56.770Z (about 1 month ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
该项目为对 flux、redux、reflux、mobx、rxjs 的实践与实验项目
### 项目目标
- [x] [0.1 版本](https://github.com/MuYunyun/stateManage/tree/0.1)为单纯的 React 简单项目
- [x] [0.2 版本](https://github.com/MuYunyun/stateManage/tree/0.2)为 React + flux 项目
- [x] 产出文章 [探索从 MVC 到 MVVM + Flux 架构模式的转变](https://github.com/MuYunyun/blog/issues/14)
- [ ] 0.3 版本为 React + redux 项目
- [ ] 0.4 版本为 React + mobx 项目
- [ ] 0.5 版本为 React + rxjs 项目
- [ ] 理清各个状态管理库的优缺点
- [ ] 撸一个状态管理库