Next.js - Starting a new series
Starting a new series on theoritical concepts of the newly launched Next.js 13 so that you can build your new Next.js applications sooner.

Search for a command to run...

Series
In this series I will dissect the theoritical concepts of Next.js 13 like the new app router, file and folder structure, Data fetching, metadata, fetching strategies like SSR, ISR, SSG etc.
Starting a new series on theoritical concepts of the newly launched Next.js 13 so that you can build your new Next.js applications sooner.

In this article we will learn about the new file and folder conventions in the new Next.js 13 app directory and what they signify.

In this blog, we will understand what are the files and folders and what is their meaning when we create a new Next.js application.

In this article we will be exploring the various routing types, data fetching and how to set the metadata of your application.

In this article, we will learn about some data fetching strategies like SSR, SSG and ISR
