Knockout Fundamentals

Pluralsight
Course Summary
Knockout is an MVVM JavaScript framework that allows you to quickly develop rich applications with a declarative style and rich templating support.
-
+
Course Description
As web applications become richer and more interactive, a better client-side experience is essential and expected by the user. KnockoutJS is a JavaScript MVVM framework that provides developers with a robust toolset including declarative bindings, dependency tracking, and advanced templating. In addition to all the powerful tools that are built-in, the extensibility of KnockoutJS is what allows you to take your applications to the next level. Whether you’re building a desktop browser application or a mobile application, KnockoutJS enables you to take full advantage of HTML5 and JavaScript while working in any mainstream browser.
-
+
Course Syllabus
Introduction to Knockout- 17m 7s
—Introduction 1m 31s
—What is Knockout? 2m 16s
—Setting up jsFiddle for Knockout 2m 31s
—Demo: Beyond Hello World 6m 54s
—Resources to know from Day 1 2m 47s
—Summary 1m 8sObservables- 12m 13s
—Introduction to Observables 2m 25s
—Dependent Observables 1m 26s
—Dependent Observables Demo 2m 42s
—Observable Arrays 2m 9s
—Observable Arrays Demo 2m 51s
—Summary 0m 40sBindings- 41m 57sData features- 28m 8s