reflux / refluxjs

A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux
BSD 3-Clause "New" or "Revised" License
5.36k stars 330 forks source link

about setState method's second arguments #486

Closed fengsx closed 7 years ago

fengsx commented 8 years ago

Just as docs said, I can use setState in myStore directly. but React.Component.prototype.setState could add the second arguments. It'll be useful. Would you please add it?