Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Why we need ./src folder at all?

NextJS creates routing URL for any source file in ./pages folder :(

So we need to host our sources, components and utils outside the "pages" folder, ./src folder exactly for that