Announcing v0.1.33-flushPreview.1
:
An experiment to replace Meteor's Tracker module with our own modified version that caps the number of recomputations that can be run between famo.us frames. Should result in a much smoother experience, please let me know if anything breaks in your code and look out for things like:
debug: [famous-views] Tracker.flush -- splitting after 3ms, 3 pending computations
debug: [famous-views] Tracker.flush -- resuming
in the logs next to any problems. Please report back. If no issues this should be in the next release, and may contemplate overriding some Meteor/browser setTimeout/etc functions too, to make it effortless to avoid potential problems.