Cargando…

Getting started with Backbone Marionette /

This book is written with an easy-to-understand approach with the intention of giving small but concrete examples that will help you to quickly understand each component of Marionette. Follow along as we work together to build a practical application using Backbone Marionette. If you are a web appli...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Armendariz, Raymundo (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Starting with Backbone Marionette; Introducing Marionette.js; Backbone needs Marionette.js; Key benefits of Marionette.js; Building large applications; Incremental use; Installing Marionette.js; Text editor; Web browser; Prerequisites; Getting Marionette.js; Documentation; Summary; Chapter 2: Our First Application; Introduction to what we are building; Setting up our development environment; The Backbone. Marionette. Application object; Backbone already has a router!
  • Chapter 5: Divide and Conquer
  • Modularizing EverythingApplying the divide and conquer principle; Modularizing single-page applications; Getting started with modules; Splitting modules into multiple files; Implementing initializers and finalizers; Working with subapplications; Using the route filter; Memory considerations; Summary; Chapter 6: Messaging; Understanding the event aggregator; Using the event aggregator of Marionette.js; Making applications more extensive with an event aggregator; Getting started with Commands; Setting up the RequestResponse object; Summary.
  • Chapter 7: Changing and GrowingUsing AMD; Using the Require.js library; Configuring Require.js; Defining our application module; Writing the subapplications using Require.js; Modularizing all your components; Adding the text plugin; Structuring your files; Using handlebars as a template engine in Marionette; Summary; Index.