Introduction to Knockout js with Play template
Reading Time: 2 minutes Knockout is a JavaScript library that is based on Model–view–viewmodel (MVVM) that helps to build responsive UI display. This makes a clear separation between the model(Domain model/ stored data), view(User Interface) and view-model(presentation of the model in which binder communicates between view and data-binder). Why Knockout js? 1. Declarative bindings: This is a convenient way to bind the Html to the data model. When we Continue Reading