Hacker News new | ask | show | jobs
by azangru 3148 days ago
React is functional even without Redux :-)

Look at the Reason team, with their Reason-React implementation. Cheng Lou seems to actively dislike a single store that Redux is, and, if anything, co-locates stores to stateful components.

1 comments

That sounds more like flux, how do they avoid all the boilerplate that flux was? It was very very painful.