Learning Backbone.js

Go to class
Write Review

Free Online Course: Learning Backbone.js provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Backbone.js is taught by Kai Gittens.

Overview
  • Learn how to build out your web pages and keep your code organized with the lightweight and nimble JavaScript library Backbone.js.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Getting Started
    • What is Backbone?
    • Understanding Backbone and other Model-View-Controller (MVC) libraries
    • Setting up our files
    2. Models and Collections
    • Adding properties to the model
    • Watching for model changes
    • Creating a collection of models
    • Challenge: Create a new model and watch when it changes
    • Solution: Create a new model and watch when it changes
    3. Views
    • Understanding views
    • Adding properties to the model view
    • Creating and configuring templates
    • Creating a collection view
    • Loading model data on a webpage
    • Challenge: Create a template
    • Solution: Create a template
    4. Events and Routers
    • Understanding Backbone events
    • Configuring routes
    • Understanding how route links work
    Conclusion
    • Additional Backbone resources
    • Goodbye