Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 613 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 613 Bytes

Example app with dynamic-imports

How to use

Download the example or clone the repo:

curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-dynamic-import
cd with-dynamic-import

Install it and run:

npm install
npm run dev

Deploy it to the cloud with now (download)

now

The idea behind the example

This examples shows how to dynamically import modules via import() API