walmartlabs / thorax

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

Properly handle render calls during async rendering #393

Open kpdecker opened 9 years ago

kpdecker commented 9 years ago

Currently if the render call is made interleaved with an async rendering process, it will throw due to the nested rendering check.

We should be able to safely handle these case and also ensure that the data is consistent once rendering completes.

nercons2014 commented 7 years ago

я не понимаю что происходит