Open linonetwo opened 7 years ago
Like loading a plugin?
Redux start from main app, then loads plugins' redux-saga logic?
I have a use case where I need to conditionally load some third party scripts onto a page, but don't want to do it immediately, because I don't want to slow down the initial load.
Like loading a plugin?
Redux start from main app, then loads plugins' redux-saga logic?