What is Next.js

Next.js expands the abilities from React to a new level. Next.js enables me to create a web application in no time while also tacking care of many pitfalls in web development. The ecosystem of Next.js is ever growing and already now offers a wide variety of tools that just make the live of a developer easier.


About this Notebook

In this notebook I’m gonna document everything I learned about creating applications with Next.js. My main learning resources are:

Source
šŸ“„ Next.js Docs
šŸŽ„ the Road to Next

Getting Started

The following table contains all relevant steps that I should run through with every new Next.js project. When going them through in chronological order, I can make sure, I have all relevant systems connected and ready to use.

UI Tipps


Routes & Components


Interaction & State


Database


Authentication


Hints

The following table contains useful hints that might come handy during the development process.