The Backbone.js course is designed to demonstrate how to utilize Backbone and its MVC pattern to build full-stack applications.
The course begins by examining the core of Backbone, including the building of models and collections, validating them, and persisting the application data to the server. Next, it transitions into a study of views, and displays the model and collection information in the Document Object Model (DOM). Finally, the course goes into how to route browser history, how to utilize DOM event listeners, and how to trigger custom events for communication between Backbone components.
Purpose
|
Learn how to utilize Backbone and its MVC pattern to build full stack with applications. |
Audience
|
Web developers looking to adopt Backbone.js. |
Role
| Web Developer |
Skill Level
| Intermediate |
Style
| Hack-a-thon - Workshops |
Duration
| 2 Days |
Related Technologies
| JavaScript | Web Development | Backbone.js |
Productivity Objectives
- Proficiently code Backbone Single Page Applications (SPAs)
- Explain the relationship between Models and Controllers
- Develop Individual and Collection Views
- Setup routing for the Single Page Application
- Utilize Backbone.js Best Practices