File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
71
71
* [ MVC 框架和库] ( #mvc-frameworks-and-libraries )
72
72
* [ 基于 Node 的 CMS 框架] ( #node-powered-cms-frameworks )
73
73
* [ 模板引擎] ( #templating-engines )
74
+ * [ Flux] ( #data-flow )
74
75
* [ 数据可视化] ( #data-visualization )
75
76
* [ 时间轴] ( #timeline )
76
77
* [ 编辑器] ( #editors )
@@ -273,6 +274,13 @@ JavaScript 的模块或加载系统。
273
274
* xtemplate:可扩展的模板引擎,适用于 node 和浏览器。[ 官网] ( https://github.com/xtemplate/xtemplate )
274
275
* marko:快速轻量且基于 HTML 的模板引擎,支持异步、流、自定义标签和 CommonJS 模编译后输出。适用于 Node.js [ 官网] ( https://github.com/marko-js/marko ) 和浏览器。
275
276
277
+ <h2 id =" data-flow " >Flux</h2 >
278
+
279
+ Flux是Facebook用来构建客户端Web应用的应用架构
280
+
281
+ * Reflux是根据React的flux创建的单向数据流类库。[ 官网] ( https://github.com/reflux/refluxjs )
282
+ * Redux是可预测javascript应用程序状态的容器。[ 官网] ( http://redux.js.org/ )
283
+
276
284
<h2 id =" data visualization " >数据可视化</h2 >
277
285
278
286
Web 数据可视化工具
You can’t perform that action at this time.
0 commit comments