As web applications become more and more rich, we need a way to help separation of concerns, decouple our code, and make testing easier. KnockoutJS is one such client-side framework that lets us structure our code using the MVVM pattern. We’ll start out with an overview of the basics of Knockout, then moving on to more advanced topics like templating, the mapping plugin, and custom binding handlers.
Your new post is loading...