June 2014
Intermediate to advanced
264 pages
8h 13m
English
This chapter covers
Ember.js doesn’t include a default template library, and you’re free to use your favorite JavaScript library. But because the same people who are behind Ember.js are also behind Handlebars.js, Handlebars.js is an especially nice fit for Ember.js applications. Handlebars.js also has all the features that you’re looking for in a solid template library. Handlebars.js is based on Mustache, which is a logic-less template library that exists for ...