You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backbone added an "update" event in 1.2.0, which is convenient when binding to React, where we typically don't want to rerender for each individual "add" event, but just once, at the end.
The text was updated successfully, but these errors were encountered:
Backbone added an
"update"
event in 1.2.0, which is convenient when binding to React, where we typically don't want to rerender for each individual"add"
event, but just once, at the end.The text was updated successfully, but these errors were encountered: