Hello World example
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/using-inferno
cd using-infernoInstall it and run:
npm install
npm run devDeploy it to the cloud with now (download)
nowThe idea behind the example
This example uses Inferno, an insanely fast, 9kb React-like library for building high-performance user interfaces on both the client and server. Here we've customized Next.js to use Inferno instead of React.
Here's how we did it:
- Use
next.config.jsto customize our webpack config to support inferno-compat