Hacker News new | ask | show | jobs
by Scarblac 2259 days ago
I think that complaint usually comes from people who try to put everything related to state in Redux, and not just the parts of it that need to be.

Also the 'reducks' pattern of splitting the Redux state into separate files, each containing a reducer and the related actions and selectors helps keep things simple to understand (although I guess it is a bit more overhead, actually).

1 comments

I’ve read articles about how the Ducks pattern in practice also become untenable.