Pro Single Page Application Development Using Backbone.js and ASP.NET
One of the most important and exciting trends in web development in recent years is the move towards single page applications, or SPAs. Instead of clicking through hyperlinks and waiting for each page to load, the user loads a site once and all the interactivity is handled fluidly by a rich JavaScri...
Autores principales: | , , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2014.
|
Edición: | 1st ed. 2014. |
Colección: | Expert's voice in Web development.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629559906719 |
Tabla de Contenidos:
- ""Contents at a Glance""; ""Contents""; ""About the Authors""; ""About the Technical Reviewers""; ""Acknowledgments""; ""Introduction""; ""Part I: The Road to Single Page Application Development""; ""Chapter 1: Introducing Single Page Applications""; ""How the Web Has Evolved""; ""The Ajax Revolution""; ""HTML5 and JavaScript""; ""The Mobile Web and JavaScript""; ""JavaScript Preprocessors""; ""Comparing Application Types""; ""Traditional Web Applications""; ""Native Applications""; ""So What Is an SPA?""; ""Why SPA Development?""; ""Summary""; ""Chapter 2: JavaScript for SPAs""
- ""A Little JavaScript History""""Functions in JavaScript""; ""The arguments Object""; ""Anonymous Functions""; ""Nested Functions""; ""JavaScript Scope""; ""The Global Scope""; ""Function Scope""; ""Immediate Function Execution Expressions""; ""Working with Object-Oriented JavaScript""; ""Literal Object Notation""; ""The new Notation and Constructor Functions""; ""The Object Base Type""; ""The Object.create Function""; ""JavaScript Prototype Inheritance""; ""The this Keyword""; ""Creating JavaScript Namespaces""; ""Closures and Encapsulation""; ""JSON""
- ""ECMAScript and Its Impact on Future Code""""ECMAScript 5 Highlighted Features""; ""ECMAScript 6""; ""New Language Syntax""; ""Classes, Modules, and More""; ""Summary""; ""Chapter 3: Modular JavaScript Development""; ""The FaÃade Pattern in JavaScript""; ""Modules to the Rescue""; ""Different Options to Create JavaScript Modules""; ""Prototype Pattern""; ""Module Pattern""; ""Revealing Module Pattern""; ""Revealing Prototype Pattern""; ""What Is the Asynchronous Module Definition?""; ""The async and defer Attributes""; ""AMD""; ""The RequireJS Library""; ""The data-main Attribute""
- ""The config Function""""Paths""; ""Shim""; ""Defining Modules Using RequireJS""; ""Using the require Function""; ""Summary""; ""Chapter 4: SPA Concepts and Architecture""; ""Main SPA Building Blocks""; ""JavaScript Libraries""; ""MV* in the Front End""; ""MVC""; ""MVVM""; ""The Roles of MV* Frameworks in SPAs""; ""Routing in an SPA""; ""The # Sign Role in Routing""; ""Leveraging HTML5 JavaScript APIs""; ""Offline Web Applications and Storages""; ""Web Storage""; ""IndexedDB""; ""Application Cache""; ""Connectivity""; ""Performance""; ""Client-Side Template Engines""
- ""Underscore as a Template Engine Example""""Server Back End API and REST""; ""SPA Architecture""; ""Summary""; ""Part II: Building the Front End""; ""Chapter 5: Getting Started with Backbone.js""; ""What Is Backbone.js?""; ""Models""; ""Defining a Model""; ""Model APIs""; ""Model Validation""; ""Model Events""; ""Views""; ""Defining a View""; ""Rendering the View""; ""Collections""; ""Collection APIs""; ""Underscore.js Collection Functions""; ""Collection Events""; ""Events""; ""The Events API""; ""listenTo and stopListening""; ""View Events""; ""Routing""; ""Configuring Routes""
- ""Router APIs""