๐Ÿ“ฆ marcin-piechaczek / with-dynamic-import

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/marcin-piechaczek/with-dynamic-import.git
HTTPS git clone https://github.com/marcin-piechaczek/with-dynamic-import.git
SSH git clone git@github.com:marcin-piechaczek/with-dynamic-import.git
CLI gh repo clone marcin-piechaczek/with-dynamic-import
marcin-piechaczek marcin-piechaczek Initial commit 348cdc4 4 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ components
๐Ÿ“ pages
๐Ÿ“„ .gitignore
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Example app with dynamic-imports

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

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-dynamic-import with-dynamic-import-app
# or
yarn create next-app --example with-dynamic-import with-dynamic-import-app

Deploy it to the cloud with Vercel (Documentation).