This tutorial will be covering how to add Google Analytics to your Next.js application including adding the tracking code and logging page views and events.
How to localize your Next.js application with next-translate
This tutorial will be covering how to add localization to your Next.js application with next-translate.
A Beginner's Guide to Dynamic Routing in Next.js
This tutorial will go over how to implement dynamic routing in Next.js. We will create dynamic routes and nested dynamic routes. We will finish with how to navigate between pages with next/link and next/router.
A Beginner's Guide to Static Routing in Next.js
This tutorial will go over how to implement routing in Next.js. We will create different routes: index, static and nested routes. We will finish with how to navigate between pages with next/link and next/router.
Deploy your Next.js app to Heroku in 5 minutes
While deployment may seen frightening, it doesn't have to be. As a matter of fact, this tutorial will prove how easily and quickly you can get your Next.js application deployed to Heroku.