React Lazy Loading and Code Splitting
This repository is strictly for learning the Lazy Loading feature.
lazy Loading is React provided feature which can be used to load and components on the fly.
I am creating this repository based on many blogs which I will list here.
FLOW:
- Creating a custom store which will register and unregister the reducers for new components 1.