Max Heiber
1 min readJul 15, 2017

--

I agree with the recommendation to default to Redux.
Redux is miles simpler than rawsetState in terms of implementation, separation of concerns (UI vs. logic), testability, and debuggability.

Using Redux tends to be gratuitously verbose, but verbose !== complicated.

--

--

No responses yet