From the course: Ember.js Essential Training

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Overview of Ember.js

Overview of Ember.js

- [Narrator] Ember.js is a JavaScript front-end framework. So what is a front-end JavaScript framework? A JavaScript front-end framework is a tool for building applications that focus around creating rich, interactive interfaces for your users. We'll explore later on in this course, in more detail, the specific question of JavaScript front-end frameworks. For now, let's focus on what Ember is and what it has to offer us. Ember.js is still being rapidly developed. Ember.js releases a new minor version of the framework every six weeks. It also follows semantic versioning. So even though you have this rapid pace, it means every minor version is API compatible, with clear, deprecation warnings informing you of changes for the next major version. Ember.js uses the templating language Handlebars for providing its underlying templating. Handlebars is an easy to learn and rich templating language that you'll enjoy using the first time you use it, and for many years to come. Ember.js chooses…

Contents