It may be out of the scope of the docs, but I haven't found any inspiration in the various middleware/scaffolding/example repos, either.
In my case, I've just switched react-router config to lazily-load sub-apps via require.ensure, and I'm trying to figure out how to bundle the sub-app's actions and reducers with the lazily loaded chunks rather than with the shared bundle.