Hacker News new | ask | show | jobs
by Axsuul 4986 days ago
Did you ever look into using something like LayoutManager or Marionette?
1 comments

No, after JMVC I just wanted to write it to work the way we wanted it to work without dealing with yet another framework.
+1. I was using marionette, but again, it's buying into an entire system. I ended up writing my own lightweight (15 lines?) version of their region manager and use that now.

(Marionette is a great project though!)