{ 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 ...
Backbone is a popular library for creating MVC/MVVM-like applications in your client. Here's an introduction to Backbone and some best practices for creating a Single-Page Application with TypeScript.