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
I'm wondering if comparisons to Flux in the core documentation (aka anything except Prior Art) are that helpful anymore. I doubt that most new Redux users are familiar with Flux, so the comparisons might do more harm than good at this point.
For example, on the Actions page of the Basic Tutorial, it mentions that in Flux, action creators typically dispatch the action when invoked. At best, this provides no value to people not familiar with Flux and at worst, it might be confusing.
I think that section could at least be put in a "note", similar to what's done on the Store API page and I'd question whether it really needs to be in there at all.
The text was updated successfully, but these errors were encountered:
I'm wondering if comparisons to Flux in the core documentation (aka anything except Prior Art) are that helpful anymore. I doubt that most new Redux users are familiar with Flux, so the comparisons might do more harm than good at this point.
For example, on the Actions page of the Basic Tutorial, it mentions that in Flux, action creators typically dispatch the action when invoked. At best, this provides no value to people not familiar with Flux and at worst, it might be confusing.
I think that section could at least be put in a "note", similar to what's done on the Store API page and I'd question whether it really needs to be in there at all.
The text was updated successfully, but these errors were encountered: