The NEXT.JS handbook

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Author(s): Flavio Copes
Year: 2019

Language: english

Introduction
Introduction to Next.js
The main features provided by Next.js
Next.js vs Gatsby vs create-react-app
How to install Next.js?
View source to confirm SSR is working
The app bundles
What's that icon on the bottom right?
Install the React Developer Tools
Other debugging techniques you can use
Adding a second page to the site
Linking the two pages
Dynamic content with the router
Prefetching
Using the router to detect the active link
Using next/router
Feed data to the components using getInitialProps
CSS
Populating the head tag with custom tags
Adding a wrapper component
API Routes
Run code only on the server side or client side
Deploying the production version
Deploying on Now
Analyzing the app bundles
Lazy loading modules
Where to go from here