Book Image

Ember.js 3.x Web Development Recipes [Video]

By : Erik Hanchett
Book Image

Ember.js 3.x Web Development Recipes [Video]

By: Erik Hanchett

Overview of this book

<p>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. <br />This course 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 course, you'll know everything you need to know to build a fully operational Ember application.</p> <p>We'll begin by explaining key points on how to use the Ember.js framework and its associated tools. You'll learn how to effectively use Ember CLI and how to create and deploy your applications. We'll take a close look at Ember templates by examining bindings and observers. We'll then move on to Ember components, models, and Ember Data. We'll show you examples on how to connect to RESTful databases. Next, you'll get to grips with testing via integration and acceptance tests using QUnit. We will conclude by covering authentication, services, and Ember add-ons.</p> <p>The code bundle for this video course is available at&nbsp;<a href="https://github.com/PacktPublishing/Ember.js-3.x-Web-Development-Recipes" target="_blank">https://github.com/PacktPublishing/Ember.js-3.x-Web-Development-Recipes</a></p> <h1>Style and Approach</h1> <p>Each video will make it that much easier to understand Ember.js. Video after video, you will learn Ember.js concepts by following simple step-by-step processes.</p>
Table of Contents (8 chapters)
Chapter 4
Ember Controllers
Content Locked
Section 2
Handling Actions in Controllers
Actions are important to controllers. They are triggered by the user action and can be used to change the application state. In this video, we'll create four different types of actions and see how they react to different situations. - Create different types of actions and see the reaction