Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 665 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 665 Bytes

LazyLoadingReact

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.

  1. Dynamic imports, React and Redux
  2. The Power of Redux and React.lazy: Reusing UI and the Data Layer

FLOW:

  1. Creating a custom store which will register and unregister the reducers for new components 1.