A Comprehensive Guide to NextJS Routing
Learn how Next.js makes it incredibly easy to navigate between pages within our application using prefetching ensuring our app is fast and secure.
Feb 22, 20227 min read66

Search for a command to run...

Series
In this series, I will cover all Next.js features from the most basic to the most complex, so that you can become a Next.js Hero.
Learn how Next.js makes it incredibly easy to navigate between pages within our application using prefetching ensuring our app is fast and secure.

On this issue, we will be learning about how Next.js allows us to easily create infinite dynamic pages from a single React component.

On this issue, we will be learning about how Next.js enables high-performant websites by pre-rendering every page by default.

On this issue, we will be talking about Next.js Server-Side Rendering, enabling high-performant websites by pre-rendering HTML.
