I recently started using the Ducks methodology. This sets up your reducers/actions/action creators in a module style setup all in one file. Its pretty handy so far. I have noticed that I don't spend so much time importing and exporting actions and action creators from one file to another. It also condenses my tests into one file per domain instead of being all spread out.