All tags
Posts tagged with "Knockout"
Knockout Mapping
One thing I really like about Knockout is that it doesn't lock you into using any particular implementation for features that other frameworks might. In fact Knockout is arguably a library in that sense. So to get some functionality you have a choice of plugins (or you could just write your own). This is a look at the Knockout Mapping plugin.
KnockoutJS Best Practices
Here's a collection of some simple best practices I've picked up while working with knockout.
Knockout Observable Extenders
Knockout observable extenders give custom functionality to observables. nuff said. No need to sell you on how useful that is. I'll just show how I used extenders in a recent project.