Lazy Loading - Dynamic Import

This demo includes a simple router implementation that lazy loads the different views as they are accessed.

To run the demo

Get the demo

git clone https://github.com/garyvh2/perf-examples.git
cd Lazy Loading - Dynamic Import

Run the demo

npm install
npm start