Cargando…

Ember.js cookbook : arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js /

Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js About This Book 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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hanchett, Erik (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Ember CLI Basics; Introduction; Installing Ember CLI; Creating your first project; Exploring pods and the folder layout; Asset compilation; Dependency management; Upgrading your project; Deployment; Chapter 2: The Ember.Object Model; Introduction; Working with classes and instances; Working with computed properties; Working with Ember observers in Ember.js; Working with bindings; Using mixins; Using enumerables with arrays; Chapter 3: Ember Templates; Introduction
  • Defining an application templateWorking with conditionals in templates; Displaying a list of items; Binding with element attributes and classes; Working with HTML links inside templates; Handling HTML actions; Using template input helpers; Using development helpers; Chapter 4: Ember Router; Introduction; Defining an application route; Setting up a route model; Handling dynamic segments inside routes; Defining routes with templates; Using redirection with routes; Working with asynchronous routing; Loading and error handling; Using query parameters; Chapter 5: Ember Controllers; Introduction
  • Storing application propertiesHandling actions in controllers; Working with transitions; Managing dependencies between controllers; Chapter 6: Ember Components; Introduction; Using components in an application; Using events in components; Implementing actions in components; Passing properties to a component; Using yield with components; Chapter 7: Ember Models and Ember Data; Introduction; Understanding the functionalities of Ember Data; Creating, reading, updating, and deleting records with Ember Data; Using fixtures; Customizing the adapter and serializer; Working with relationships
  • Chapter 8: Logging, Debugging, and TestingIntroduction; Using Ember.Logger; Using Ember Inspector; Verifying deprecations and using advanced features of Ember Inspector; Using acceptance testing; Using unit tests; Testing components; Testing routes; Testing models; Testing controllers; Chapter 9: Real-Life Tasks with Ember.js; Introduction; Using services with a component; Managing basic authentication; Using OAuth2 with Ember Simple Auth; Using Liquid Fire to create transitions; Working with HTML5 drag and drop; Learning Bootstrap with Ember.js; Chapter 10: Awesome Tasks with Ember
  • IntroductionUsing Ember validations; Using D3.js with Ember.js; Using Ember with Sockets; Using Ember with Firebase; Using server side rendering; Chapter 11: Real-Time Web Applications; Introduction; Using dependency injection; Working with application initializers; Building a chat application; Creating and working with add-ons; Learning the Ember run loop; Index