Is it an efficient practice to add new epics lazily inside react-router onEnter hooks?
When using redux-observable with react-router, would it make sense to asynchronously add new epics as per the instructions in the documentation here inside onEnter hooks of react-router during route changes?