TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Marionette.js and backbone, a perfect match?

9 pointsby filozynkaalmost 12 years ago

1 comment

posabsolutealmost 12 years ago
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.