ember-app-state-slider:Ember中的不变状态管理(概念验证)

时间:2024-05-23 02:20:20
【文件属性】:

文件名称:ember-app-state-slider:Ember中的不变状态管理(概念验证)

文件大小:43KB

文件格式:ZIP

更新时间:2024-05-23 02:20:20

JavaScript

Ember中的不变状态管理 这是一个粗略的待办事项应用程序。 您必须花一会儿时间:创建新的待办事项,编辑现有的待办事项,删除它们,创建更多内容等等,然后使用滑块在刚刚产生的状态之间进行切换。 阅读右侧的文章以了解详细信息。 前言 嘿。 在这里。 在过去的整个一年中,每次JS聚会都使我越来越无聊于React和相关的“架构”,如Flux,Redux,Reflux等。 从典型的reactboy的角度来看,React最重要的功能之一是,所有应用程序状态都存储在单个巨大的普通对象中,该对象是不可变的。 在每个用户操作上,都会产生一个新的状态对象实例。 通过不丢掉先前的状态对象实例,您可以无效率地实现撤消-重做功能。 一些Reactboy对此大肆宣传,以至于他们从字面上认为React范例是开发接口的唯一“真正”方法。 在他们眼中,Ember的OOP范例天生就被打破了。 这是什么 在最近的Mo


【文件预览】:
ember-app-state-slider-development
----.gitignore(302B)
----README.md(3KB)
----ember-cli-build.js(805B)
----public()
--------robots.txt(51B)
--------crossdomain.xml(585B)
----.bowerrc(60B)
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(112B)
--------unit()
--------.jshintrc(831B)
--------helpers()
--------index.html(1008B)
----app()
--------components()
--------routes()
--------services()
--------serializers()
--------router.js(195B)
--------app.js(420B)
--------mixins()
--------models()
--------helpers()
--------styles()
--------index.html(662B)
--------templates()
--------controllers()
----.jshintrc(518B)
----bower.json(540B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)
----testem.json(198B)
----config()
--------environment.js(1KB)
----.idea()
--------workspace.xml(63KB)
--------encodings.xml(164B)
--------ember-app-state-slider.iml(786B)
--------vcs.xml(167B)
--------misc.xml(5KB)
--------modules.xml(296B)
--------scopes()
--------.name(22B)
--------copyright()
--------compiler.xml(739B)
----.watchmanconfig(29B)
----.travis.yml(318B)
----.editorconfig(543B)
----divshot.json(248B)

网友评论