walmartlabs / thorax

Strengthening your Backbone
http://thoraxjs.org/
Other
1.32k stars 129 forks source link

Allow forced render mode for restore operations #383

Closed kpdecker closed 9 years ago

kpdecker commented 9 years ago

Allows clients to progressively rerender in a depth-first manner. This minimizes the amount of time that the UI is in an indeterminate state for cases like a mismatched version.

The assumption here is that the number of differences between any given version will be relatively small so the perceived flux between a depth-first rerender and attempting to rerender from the root will be much lower.

candid82 commented 9 years ago

done with review

candid82 commented 9 years ago

lgtm

kpdecker commented 9 years ago

Released in 3.0.0-beta.3