dternyak/React-Redux-Flask

How to set up code-splitting?

cheremovsky opened this issue · 0 comments

Hi there!
I'm still quite a beginner, made a couple apps using your boilerplate, it is awesome!
Now the apps are getting bigger and I want to set up code splitting but can't get how to do it.

Could you please add an example here or to the repo?
Let's say I want to load Analytics component to be lazy loading, how could I do that?

Thank you!