Hacker News new | ask | show | jobs
by tmat 3148 days ago
actually once redux is introduced to react it's very very very functional.. so hold the sadness
1 comments

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.

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