Routing in Next JS | Mastering Next JS | Next JS Tutorials

Опубликовано: 15 Март 2026
на канале: Techshareskk
371
6

Summary
This video is a Next.js tutorial that explains how to create custom routes. It covers how to configure and test routes, and introduces the different types of routes available in Next.js.

Highlights
🗺️ Creating a custom route in Next.js is simple: create a folder with the desired route name, and add a `page.js` file inside it.
📂 The `page.js` file contains the default function that will be rendered on the route.
🔗 The folder name will act as the route label, and the URL will reflect this.
🔄 The video demonstrates how to create multiple routes using different folders and `page.js` files.
🧭 The video promises to cover real-time routing scenarios with links and navigation in upcoming videos.

Github link:
https://github.com/saikorthivada/next...

Telegram Link
https://t.me/techshareskk

Instagram
  / tech.share.skk  

Playlist links

Angular Project
   • User & Notes Management | Angular Project  

Angular Tutorials Zero to Hero
   • Angular Tutorials  

Angular Unit Testing
   • Angular Unit Testing  

For Angular Reactive forms
   • Angular Reactive forms  

For Javascript Objects Series
   • Javascript Objects  

For Concepts of JavaScript
   • Concepts of JavaScript  

For Projects and POC
   • Innovative Projects & Proof of Concepts  

#webdevelopment #html #css #javascript