• Elie NEHME's avatar
    Debounce the rendering of the application view · f4495922
    Elie NEHME authored
    If we don't debounce "this.render", the app-view will be rendered 4 times on each todo (visible, change, change:complete and sync). So when we try to check globally all todos, this.render is called a hundred times. Once this PR is accepted, I will edit Backbone-requirejs.
    f4495922
app.js 3.45 KB