I've been building apps using redux now for almost a year now and have found that bundling the logic for the actions, reducer, selectors, etc into one file and exporting everything as an interface to be quite effective in large scale codebases. I wrote an article on it:
Thought I would share in case it is of use to anyone.