Ich muss aktualisieren Store auf jeder Schaltfläche klicken Sie auf ListView und ändern Button Status Symbol entsprechend. unfollowing_ids ist ein Array.Reactjs/Flux/altjs Anhören von Store Changes Verlangsamung App
componentWillMount: function() {
FollowingStore.listen(this.onChange);
},
componentWillUnmount: function() {
FollowingStore.unlisten(this.onChange);
},
onChange: function(state) {
this.setState({unfollowing_ids: state.unfollowing_ids});
},
was ist der effiziente Weg zu erreichen.