Routing

๐Ÿงถ Tags:: #Python_Basics
Up:: [[]]
Down:: React Server Components (RSC)
๐Ÿ—ƒ Resources:: Playlist
2024-03-03 - 21:41

Next.js has a file-system based routing mechanism.
URL paths that users can access in the browser are defined by the files and folders in your codebase.

Routing Conventions