Flex 是否有类似于 cairngorm 的 jquery 微架构?

发布于 2024-08-24 03:47:33 字数 126 浏览 8 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怼怹恏 2024-08-31 03:47:33

最近,我偶然发现了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.

最后的乘客 2024-08-31 03:47:33

反应 - https://facebook.github.io/react
Redux - http://redux.js.org/docs/introduction/

最接近的东西我见过凯恩戈姆是Flux。它不是 1:1 的映射,但它是最接近的现代 JS 架构。我认为更好的是 Redux 是 Fl​​ux 的更新版。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文