{ 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 ...
Peter looks at how to call a JavaScript function from your TypeScript code and do it in a type-safe way. Along the way, he dramatically simplifies a Backbone application by integrating Knockout. I ...