Backbone.js Essentials

Jeremy Walker

  • 出版商: Packt Publishing
  • 出版日期: 2015-05-30
  • 售價: $1,120
  • 貴賓價: 9.5$1,064
  • 語言: 英文
  • 頁數: 151
  • 裝訂: Paperback
  • ISBN: 1784394793
  • ISBN-13: 9781784394790
  • 下單後立即進貨 (約3~4週)

商品描述

Build amazing high-performance web applications using Backbone.js

About This Book

  • Construct top-notch web applications by mastering the powerful tools provided by Backbone.js
  • Gain insights into how to simplify data management and create single-page web applications with powerful user interfaces
  • This is a fast-paced guide on how to test, document, and leverage third-party libraries, and helps you get the most out of Backbone.js

Who This Book Is For

If you are a developer with baseline JavaScript proficiency and are familiar with the jQuery library, then this book is ideal for you. Whether you've tried building complex web applications before and been frustrated by the challenge of doing so without the proper tools, or whether you've only built simple websites and are now looking to create full-featured web applications, this book has everything you need to get ahead of the curve.

What You Will Learn

  • Architect a single-page web application using Backbone.js
  • Easily transmit data to and from a server-side API (RESTful or not) using Backbone's Models and Classes
  • Add and modify DOM elements with Backbone Views, and create browsable client-side pages with Routers
  • Document your Backbone.js logic, with or without popular tools such as JSDoc or Docco, to ensure long-term maintainability
  • Prevent bugs and ease refactoring by testing your code with frameworks such as QUnit, Mocha, or Buster and auxiliary tools such as Sinon
  • Use Backbone.js's sister library, Underscore, to realize the full power of a Backbone application
  • Explore advanced Backbone techniques and save time and effort by using the most powerful third-party tools available

In Detail

This book offers insight into creating and maintaining dynamic Backbone.js web applications. It delves into the the fundamentals of Backbone.js and helps you achieve mastery of the Backbone library.

Starting with Models and Collections, you'll learn how to simplify client-side data management and easily transmit data to and from your server. Next, you'll learn to use Views and Routers to facilitate DOM manipulation and URL control so that your visitors can navigate your entire site without ever leaving the first HTML page. Finally, you'll learn how to combine those building blocks with other tools to achieve high-performance, testable, and maintainable web applications.