This month I’m switching one of my clients from create-react-app to @vercel...


This month I’m switching one of my clients from create-react-app to @vercel Next.js.

I’ve noticed the strong opinions help me navigate and build faster.

Why? I make fewer decisions. The conventions mean I know where to put files, and what I should name them. 👍
These strong conventions make finding files later easier too. For example, file-based routing means I know what directory the file I want is in, and what it's called.

This convention also makes it easier to jump into new projects, or to switch between projects.

View original on X