Saturday, June 22, 2013

Backbonification: migrating a large JavaScript project from DOM spaghetti to Backbone.js | OfBrooklyn.com

Backbonification: migrating a large JavaScript project from DOM spaghetti to Backbone.js | OfBrooklyn.com: "On the left there is a list of feeds inside a list of folders. These folders and feeds can be embedded inside each other, creating a recursive structure that can be easily assembled by Backbone.js. Each feed view also contains an unread count, a feed title, a favicon, and a feed menu. All of these views are generated by their respective parents. Your job at this stage is to simply figure out what those views are so you can create the appropriate models, views, and controllers (routers)."

'via Blog this'