Building Backbone Plugins

Building Backbone Plugins

River Bailey and Jerome Gravel-Niquet
This is a sample of the book's content.Buy on Leanpub

Table of Contents

Building Backbone Plugins

  • Quotes And Praise For Building Backbone Plugins
  • Preface
    • Better, Faster, Cheaper
    • What Is Backbone?
    • Why Are Plugins And Add-ons Neccessary?
    • Who Should Read This Book?
  • Chapter 1: View Rendering
    • Extract Whats Common, Specify The Differences
    • Lessons Learned
  • Chapter 12: Building Backbone.localStorage
    • Storing data on the client
    • Overriding Backbone.sync properly
    • Syncing the data
    • Universal Module Definition
    • Lessons Learned
  • Chapter 16: Application Workflow
    • A Poorly Constructed Workflow
    • Model Explicit Workflow
    • The Challenge Of Workflow Objects
    • Lessons Learned
  • Appendix A: Managing Events As Relationships
    • The Observer Pattern
    • Events And Relationships
    • Inverting The Observer Relationship For Backbone.View
    • No Silver Bullet For Modeling Relationships
  • Appendix C: A Tale Of Two Patterns
    • Event Aggregator
    • Mediator
    • Similarities And Differences
    • Relationships: When To Use Which
    • Pattern Language: Semantics
  • About The Book Sample
Building Backbone Plugins/overview

Building Backbone Plugins

course_overview

count_chapters
begin_reading
download
p_implied_book_part_name

Building Backbone Plugins8 chapters

Begin ›
  1. Quotes And Praise For Building Backbone Plugins

  2. Preface

  3. Chapter 1: View Rendering

  4. Chapter 12: Building Backbone.localStorage

  5. Chapter 16: Application Workflow

  6. Appendix A: Managing Events As Relationships

  7. Appendix C: A Tale Of Two Patterns

  8. About The Book Sample