Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Learning Backbone.js

Posted By: Landau17
Learning Backbone.js

Learning Backbone.js
MP4 | Video: 720p | Duration: 1:34:14 | English | Subtitles: VTT | 268.7 MB



Backbone.js is the key to keeping your JavaScript code neat, and separating your markup from the data powering your web applications. Although it has fantastic server-side capabilities, this course focuses on the most relevant features for front-end developers and web designers that want to learn how to build out their web pages and keep their code organized, move away from the DOM, and use Backbone's useful JavaScript library. Start here and learn how to use models and collections to manage your data, and display it on your web page with views. Then use events and routers to create navigational logic in your web app. Author Kai Gittens shows you just what you need to get up and running with Backbone.js and get the job done.

Topics include:
  • What is Backbone.js?
  • Understanding how MVC libraries work
  • Adding properties to a model
  • Creating a collection of models
  • Adding properties to a model view
  • Loading model data on a web page
  • Configuring routes
  • Finding Backbone resources