forked from jobbole/awesome-javascript-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xuqiang
committed
Jul 3, 2017
1 parent
48532bf
commit 371b2d9
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -281,6 +281,8 @@ Flux是Facebook用来构建客户端Web应用的应用架构 | |
|
||
* Reflux是根据React的flux创建的单向数据流类库。[官网](https://github.com/reflux/refluxjs) | ||
* Redux是可预测javascript应用程序状态的容器。[官网](http://redux.js.org/) | ||
* Mobx是通过透明的函数响应式编程实现简单,可扩展的状态管理库。[官网](https://mobx.js.org/) | ||
* Dva是基于Redux, Redux-saga 和 [email protected]的轻量级的框架。[官网](https://github.com/dvajs/dva) | ||
|
||
<h2 id="data visualization">数据可视化</h2> | ||
|
||
|