Hacker News new | ask | show | jobs
by l1ambda 2255 days ago
The Reducks pattern https://github.com/erikras/ducks-modular-redux fixes the boilterplate problem by keeping your action types, action creators, and reducers in the same file.