Strngestrngeblogs.hashnode.dev·Dec 20, 2024Understanding the App Directory and File-Based Routing in Next.jsNext.js revolutionizes web development with its intuitive file-based routing system and the new App Directory structure. In this blog, we’ll dive into how you can organize your app and leverage Next.js's powerful routing system to streamline developm...Next.js
Abhijeet Daveabhidave.hashnode.dev·Sep 12, 2024How to implement Nuxt-like file-based routing in Vue?Vue.js, a rapidly growing progressive JavaScript framework, began with a single person's vision and has attracted thousands of developers. In this article, we will explore file-based vue routing and how we can enhance it to the next level. What is vu...Vue.js
Dania Emaridania.hashnode.dev·Aug 10, 2023File-based routing in Next.jsRouting in Next.js refers to the process of determining how different URLs or paths in a web application map to different components or pages. Next.js uses a file-based routing system, where each folder represents a route segment that maps to a URL s...10 likes·64 readsNext.js
Mishael Dadamish-blog.hashnode.dev·Jul 23, 2022Routing in NextJSRouting in NextJS One of the advantages of using the next.js react framework is because of its easy routing system which takes place without the use of a third-party library, instead routing in next.js is a file-based router which is built on a conce...31 readsNext.js
SUNNY DEVdevsunny.hashnode.dev·Jun 22, 2022Next.JS File-Based Routing All You Need To Know Part-2.Overview. Hello, and welcome to part 2 of this article where we will discuss the remaining topics from File-based routing with Next.JS. If you have missed the Part-1, I would highly recommend going through it before moving forward in part-2. Catch-...37 readsNext.js
SUNNY DEVdevsunny.hashnode.dev·Jun 19, 2022Next.JS File-Based Routing All You Need to Know Part-1.Go to Part-II Catch-all routes. Navigate from the UI. Programatically navigate between pages. Custom 404 Page. Next.JS is a powerful framework built on top of React. JS. It has some really cool features which surely enhance React to the next lev...99 readsNext.js