knockout-deferred-updates
knockout-deferred-updates copied to clipboard
Deferred Updates plugin for Knockout <=3.3.0
I know that 3.4 is not yet stable (though it seems like its release is only days away) but it looks like ko-deferred-updates has to be updated to support ko...
Hello I'm getting the error below when using the library on my page. Line 347: currentFrame.callback(subscribable, subscribable._id || (subscribable._id = getId())); I am using knockout 3.3 (get the error in...
Because it's awsum and the right thing to do.
Latest ko & deferred updates: http://jsperf.com/ko-computed-vs-subscription-deferred/7 Your previous version (with ko) works better: http://jsperf.com/ko-computed-vs-subscription-deferred/2
Even if you turn ko.computed.deferUpdates = false; updates seem to be much slower then without it. What gives? Will it be faster in Knockout 3.1, or whatever version?
Examples
I wish you'll add an example for each function in your interfaces, I am not completely understand them from your doc... I am currently using ko.processAllDeferredBindingUpdates() for waiting for UI...