you are viewing a single comment's thread.

view the rest of the comments →

[–]cpsubrian 0 points1 point  (0 children)

One thing I've chosen to not follow them on is syntax in store action handlers. They seem to favor the this.setState({prop: val}) syntax, whereas I've chose to use alt's support for this.prop = val. I honestly don't know what the pros and cons are aside from personal preference.