TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Marionette.js and backbone, a perfect match?

9 点作者 filozynka将近 12 年前

1 comment

posabsolute将近 12 年前
I really like the minimalistic approach of backbone and it is what has draw me to this framework. Unfortunately the only thing I really miss from backbone is memory management. It really piss me off to have to use another framework just for that.<p>I currently learning it the hard way with a mobile app&#x2F;framework I created. My biggest problem is managing views cleanup, beside that I find that backbone provide me with what I need to create a simple app.<p>The other thing is, when you start creating an app with backbone for the first time, you really don&#x27;t know what lies ahead as far as memory management goes. It&#x27;s really not something you expect to have to debug that at 3 weeks from launch.