{ In Backbone, HTML is generated in the View's render method, which returns a Backbone view (that method is also, now, a generic): render(): bb.View<cms.CustomerShort> { Within the render method I can ...
Single page apps are great solutions for data journalism. By offloading the complexity from backends and servers, journalists can build rich programs and graphics out of just Javascript, HTML and CSS.