Twitter 全新移动网络体验背后的技术
我刚刚看到 Twitter 提供了新的移动网络体验。看起来真的很好看。您知道他们使用哪些库或框架来实现这种体验吗?特别是基于 CSS/JavaScript 的框架。
我正在寻找移动 Web 框架以用于我的下一个项目。所以我对大佬们在做什么特别感兴趣。
I just saw Twitter has a new mobile web experience. It looks really nice. Do you know what libraries or frameworks they used to accomplish this type of experience? Specifically CSS/JavaScript based frameworks.
I am shopping around for mobile web frameworks to use on my next project. So I am particularly interested in what the big guys are doing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Twitter确实在使用自己的框架。如果您查看源代码,您就可以看到它。他们拥有网络上最先进的移动网站之一。
我从事移动开发工作,可以告诉您,可用于中型到大型项目的框架非常少。我们尝试了 jQuery Mobile,它过于臃肿且缓慢,并且无法让您控制您的应用程序。我们还研究了 Sencha Touch 和其他一些较小的框架。我不想放弃这些项目,因为现在还处于早期阶段,将会有改进,但没有一个得到执行。
最后我们也编写了自己的框架,这让我们受益匪浅。我们可以完全控制一切,我们可以优化 css 过渡,并轻松地将所有内容设置为应有的外观。
Twitter are indeed using their own framework. If you look at the source you can see it. They have one of the most advanced mobile sites on the web.
I work in mobile development and can tell you that there are very few frameworks out there that are usable for medium to large scale projects. We tried jQuery Mobile which was too bloated and slow and gives you no control over your application. We also looked at Sencha Touch and a number of the other smaller frameworks. I don't want to put these projects down, as it's very early days yet and there will be improvements but none of them performed.
In the end we went with writing our own framework as well and it's benefited us greatly. We have full control over everything, we can optimise the css transitions and style everything easily the way it should look.