Flex 是否有类似于 cairngorm 的 jquery 微架构?
Flex 是否有类似于 cairngorm 的 jquery 微架构?这对发展有很大帮助。它使其更加规范,并对代码进行分层。
在开始使用 jquery 编码之前,是否有一个好的起点可供我查找。我希望代码是可扩展和可维护的。
Is there a jquery micro-architecture similar to cairngorm for Flex? That helps development a lot. It makes it more disciplined, and layers out the code.
Is there a good starting point that I have to look up, before starting coding in jquery. I would like the code to be extensible and maintainable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最近,我偶然发现了backbone.js - http://documentcloud.github.com/backbone/
不像凯恩戈姆那么成熟,它是不同的,而且很有趣。
Recently, I stumbled upon backbone.js - http://documentcloud.github.com/backbone/
Though not as full fledged as cairngorm, it is different, and interesting.
反应 - https://facebook.github.io/react
Redux - http://redux.js.org/docs/introduction/
最接近的东西我见过凯恩戈姆是Flux。它不是 1:1 的映射,但它是最接近的现代 JS 架构。我认为更好的是 Redux 是 Flux 的更新版。
React - https://facebook.github.io/react
Redux - http://redux.js.org/docs/introduction/
The closest thing I've seen to Cairngorm is Flux. It isn't a 1:1 mapping, but it is the closest modern JS architecture. What I consider better, is Redux a newer take on Flux.