File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
7171 * [ MVC 框架和库] ( #mvc-frameworks-and-libraries )
7272 * [ 基于 Node 的 CMS 框架] ( #node-powered-cms-frameworks )
7373 * [ 模板引擎] ( #templating-engines )
74+ * [ Flux] ( #data-flow )
7475 * [ 数据可视化] ( #data-visualization )
7576 * [ 时间轴] ( #timeline )
7677 * [ 编辑器] ( #editors )
@@ -273,6 +274,13 @@ JavaScript 的模块或加载系统。
273274* xtemplate:可扩展的模板引擎,适用于 node 和浏览器。[ 官网] ( https://github.com/xtemplate/xtemplate )
274275* marko:快速轻量且基于 HTML 的模板引擎,支持异步、流、自定义标签和 CommonJS 模编译后输出。适用于 Node.js [ 官网] ( https://github.com/marko-js/marko ) 和浏览器。
275276
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+
276284<h2 id =" data visualization " >数据可视化</h2 >
277285
278286Web 数据可视化工具
You can’t perform that action at this time.
0 commit comments