Skip to content

engineerapart/nextscript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy to now

Custom NextScript example

How to use

Download manually

Download the example or clone the repo:

git clone https://github.com/engineerapart/nextscript-example
cd nextscript-example

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with now (download)

now

You can then load up the example in an older browser via Browserstack or other browser testing platform.

The idea behind the example

This example shows you how to use the custom NextScript component to control the loading of your Next script resources, including waiting for polyfills to resolve.

Once deployed, you can load this example in an older browser, for example IE11, and you will see that the functions used in pages/index.js do not throw exceptions IE, demonstrating that they have been polyfilled.

Also, open up your browser's dev tools and check out the __next_preloader script node - there you will see the preloader script, with settings you have configured being applied to the generated script.

About

An example usage of the nextscript component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published