Knockout is a lightweight javascript library that help us to bind the UI with a model and build rich web UI interactions. The main behaviour of this library are the observable variables, that allow us to make a bidirectional binding between the html fields and the view model of the page. An interesting feature is... Continue Reading →