Ember.js Cookbook(Paperback)

Erik Hanchett

  • 出版商: Packt Publishing
  • 出版日期: 2016-02-29
  • 售價: $2,010
  • 貴賓價: 9.5$1,910
  • 語言: 英文
  • 頁數: 308
  • 裝訂: Paperback
  • ISBN: 1783982209
  • ISBN-13: 9781783982202
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • This book is your one-stop solution to the key features of Ember.js. Become skilled in the art of building web-apps in a fraction of the code you'd write in other frameworks.
  • Build JavaScript apps that don't break the web! Our 100 recipes will make this a cakewalk for you!
  • This books makes learning Ember.js easy by breaking down each topic into simple-to-understand recipes

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.

What you will learn

  • Skip the boilerplate code with Ember CLI generators
  • Create a component with actions and events
  • Set up a model with Ember Data using fixture data
  • Create several different types of test cases and run them
  • Manage and set up user authentication using Ember Simple Auth
  • Add animated transitions to your app with Liquid Fire
  • Set up a service and initializer with dependency injection
  • Create a working chat application
  • Set up an Ember Service and initializer with dependency injection
  • Create a working chat application

About the Author

Erik Hanchett is a software developer, blogger, and perpetual student who has been writing code for over 10 years. He currently resides in Reno, Nevada, with his wife and two kids. He blogs about software development at ProgramWithErik.com.

Table of Contents

  1. Ember CLI Basics
  2. The Ember.Object Model
  3. Ember Templates
  4. Ember Router
  5. Ember Controllers
  6. Ember Components
  7. Ember Models and Ember Data
  8. Logging, Debugging, and Testing
  9. Real-Life Tasks with Ember.js
  10. Awesome Tasks with Ember
  11. Real-Time Web Applications