Published December 31st, 2014 by

Useful stackoverflow question about how I had originally set it up:  http://stackoverflow.com/questions/27722019/backbonejs-collection-not-populated-but-fetch-works The issue comes when using json as its async and the collection hasn’t been populated by the time…

Read More Setting up my backbone results app

Published December 24th, 2014 by

Super useful post about filtering and best practice within Backbonejs. http://tech.pro/tutorial/1519/rendering-a-filtered-backbonecollection Effectively best practice for future planning is to put filtering into the collection – but to be careful that you…

Read More Filtering

Published December 21st, 2014 by

Just finished backbonejs course on Lynda (Up and Running with Backbone.js with Kai Gittens) and am super excited about getting into Backbone a bit more. At the moment I’m working…

Read More Backbonejs