#nextjs
Read more stories on Hashnode
Articles with this tag
The basics · What Is Mapping? Mapping is a convention used in both React and Nextjs that is used to make multiple functions without having messy and...
The Basics · What Is Layout Layout is a file convention in NextJs that allows coders like us to access or implement code through the file branch. An...
The Basics You Need To Know · What is data fetching? Data fetching is a concept that allows data from APIs or databases to be transferred into your...
The Beginner Guide To Using This Loading Page · What Is The "Loading" Page? The "loading" page is a built-in Nextjs page that allows a page to load its...
What Are Parallel Routes? Parallel routes in NextJS allow you to display two pages on one segment. What that allows you to do is render two pieces of...
The Basics That You Need To Know For App Router · What Are Dynamic Routes? Dynamic routes are one of the many different types of routes used throughout...