mbest / knockout-freedom

Frees each binding from being updated by updates to its siblings.
14 stars 0 forks source link

Note: This plugin isn't necessary with Knockout 3.0, since it includes the behavior added by Knockout Freedom (but using a different method).

Binding Freedom plugin for Knockout

Ryan Niemeyer’s blog post “Knockout.js Performance Gotcha #3 - All Bindings Fire Together” very clearly describes how and why sibling bindings (multiple bindings on the same element) all update together in Knockout. I discovered this problem soon after I started developing with Knockout and have come up with a few solutions since then: