eliasmalik / redux-script-loader

📃 Redux middleware to handle dynamically loading scripts
0 stars 0 forks source link

What can this be used for? #1

Open linonetwo opened 7 years ago

linonetwo commented 7 years ago

Like loading a plugin?

Redux start from main app, then loads plugins' redux-saga logic?

eliasmalik commented 7 years ago

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.