|
|
|
|
|
by gee_totes
4799 days ago
|
|
I actually use Backbone.js for content websites. Not because I'm doing a ton of ajax or passing data back and forth, I just find that Backbone helps me keep things more organized. I'd rather set up a Backbone view for the entire page, register my event handlers, and do all the callbacks and stuff from there than end up with a big soup of javascript. Of course, when I'm doing these content websites, I rarely use models, collections, templates, or the router. |
|