|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/backbonejs-essential-training/
课程评论:没有评论
Coursera 课程总结:The Ultimate BackboneJS Course - Learn By Building a Website 本课程将通过实际项目,带您深入学习 Backbone.js。Backbone.js 是一个基于模型-视图-展示器(MVP)设计范式的 JavaScript 库,专为构建单页 Web 应用和保持 Web 应用各部分(如多客户端与服务器)同步而设计。它以轻量级闻名,仅依赖于 Underscore.js 这个 JavaScript 库。课程将引导您掌握 Backbone.js 的核心概念,并通过构建一个完整的网站来巩固所学知识。
Backbone.js is a JavaScript library with a RESTful JSON interface and is based on the model-view-presenter(MVP) application design paradigm. Backbone is known for being lightweight, as its only dependency is on one JavaScript library UnderscoreJs. It is designed for developing single-page web applications and for keeping various parts of web applications (e.g. multiple clients and the server) synchronized. Backbone was created by Jeremy Ashkenas, who is also known for CoffeeScript.