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 @@ -55,6 +55,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
5555 * [ MVC 框架和库] ( #mvc-frameworks-and-libraries )
5656 * [ 基于 Node 的 CMS 框架] ( #node-powered-cms-frameworks )
5757 * [ 模板引擎] ( #templating-engines )
58+ * [ Flux] ( #data-flow )
5859 * [ 数据可视化] ( #data-visualization )
5960 * [ 时间轴] ( #timeline )
6061 * [ 编辑器] ( #editors )
@@ -255,6 +256,13 @@ JavaScript 的模块或加载系统。
255256* xtemplate:可扩展的模板引擎,适用于 node 和浏览器。[ 官网] ( https://github.com/xtemplate/xtemplate )
256257* marko:快速轻量且基于 HTML 的模板引擎,支持异步、流、自定义标签和 CommonJS 模编译后输出。适用于 Node.js [ 官网] ( https://github.com/marko-js/marko ) 和浏览器。
257258
259+ <h2 id =" data visualization " >Flux</h2 >
260+
261+ Flux是Facebook用来构建客户端Web应用的应用架构
262+
263+ * Reflux是根据React的flux创建的单向数据流类库。[ 官网] ( https://github.com/reflux/refluxjs )
264+ * Redux是可预测javascript应用程序状态的容器。[ 官网] ( http://redux.js.org/ )
265+
258266<h2 id =" data visualization " >数据可视化</h2 >
259267
260268Web 数据可视化工具
You can’t perform that action at this time.
0 commit comments