Backbone.sync clarification
问题 After reading the docs, this is my understanding of sync . I instantiate some Backbone.Model and call Collection.create() . create() eventually calls sync() and the Model is POST ed to the server. Then there is a sync in the opposite direction such that the Model on the client is given an id . Does this update then trigger componentDidUpdate() ? Note: componentDidUpdate is a ReactJS thing, so if that doesn't make sense, the question reduces to "Is the client-side model updated and the view re