I'm using React and want to know how to make a new project faster with a clean directory structure!
I think Next.js has a clean directory structure, thus I can recommend it.
For example, Next.js has a pages directory and each page component becomes a route automatically.
Routing: Introduction | Next.js
I am using Next.js for AskMakers👍
$ npx create-next-app next-app