Last Updated: February 25, 2016
·
1.733K
· geetotes

Why is my backbone render event firing multiple times?

Maybe you've illiterately copypasta'd your main app view from a common todos example to get started!!! Hmm???

What's this laying around in your initialize code?

#in appView
@MyCollection.bind('all', @render)

Pretty strong evidence... espeically considering you don't need to call the render event of your main appView every time something happens to a member of MyCollection!!!

CONFESS! CONFESS!