Django + javascript 应用程序框架(不是 Jquery)?
从 Django + jQuery / Prototype 问题开始......
任何人都可以告诉我他们的经验吗?像 YUI 或 spoutcore 这样的 UI 应用程序框架,但与 django 配合效果最好?
Step up from the Django + jQuery / Prototype question...
Can anyone tell me about their experience with a UI application framework like YUI or spoutcore, but that works best with django?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现 jQuery(或 jQuery UI,如果你喜欢)始终是一个可靠的选择,无论你正在构建什么,我总是最终将它与 Django(或任何其他语言/框架)一起使用。用户几乎总是将其缓存在浏览器中,它很容易使用/学习,网上有大量示例,其他开发人员可能已经知道它。
从技术上讲,您应该能够使用 Django 设置几乎任何您喜欢的 JS 框架,但有些框架可能比其他框架需要更多的“设置”。
I've found that jQuery (or jQuery UI if you like) is always a solid choice no matter what you're building, and I always end up using it with Django (or any other language/framework for that matter). Users almost always have it cached in their browsers, it's easy to use/learn, tons of examples on the net, and other developers probably already know it.
Technically you should be able to set up almost any JS framework you like with Django, but some might require more 'setting up' than others.