September 2015
Beginner to intermediate
366 pages
8h 27m
English
Another JavaScript library that can be used to create an interactive single page application is Knockout.js. Knockout was developed by Steve Sanderson of Microsoft, though it's not considered a Microsoft product. It's based on Windows Presentation Framework in that it uses the Model-View-ViewModel (MVVM) architecture and allows two-way binding on observed properties. Two-way binding means that data isn't just written to an HTML element, but it can also be updated, like a text input field in a form, and the data will be already reflected in the application.
The MVVM is similar in nature to MVC architecture. Both use a model to get to the data, and a View to show the data. However, instead of an active ...
Read now
Unlock full access