DEV Community

Discussion on: CRA vs CNA.When to use create-react-app and when nextjs?

Collapse
 
hangindev profile image
Jason Leung 🧗‍♂️👨‍💻

IMHO, use create-react-app if you are just learning React or if you are creating a working example to help someone who are new to React. I would say you can always use Next.js other times without having any disadvantages comparing to CRA.

Collapse
 
harshvats2000 profile image
HARSH VATS

Yes. Beginners should always start with Reactjs.