Book Description
Ember.js is an open source JavaScript framework that will make you more productive. It uses common idioms and practices, making it simple to create amazing single-page applications. It also lets you create code in a modular way using the latest JavaScript features. Not only that, it has a great set of APIs to get any task done. The Ember.js community is welcoming newcomers and is ready to help you when needed.
This book provides in-depth explanations on how to use the Ember.js framework to take you from beginner to expert. Youβll start with some basic topics and by the end of the book, youβll know everything you need to know to build a fully operational Ember application.
Weβll begin by explaining key points on how to use the Ember.js framework and the associated tools. Youβll learn how to effectively use Ember CLI and how to create and deploy your application. Weβll take a close look at the Ember object model and templates by examining bindings and observers. Weβll then move onto Ember components, models, and Ember Data. Weβll show you examples on how to connect to RESTful databases. Next weβll get to grips with testing with integration and acceptance tests using QUnit. We will conclude by covering authentication, services, and Ember add-ons. Weβll explore advanced topics such as services and initializers, and how to use them together to build real-time applications.