Closed birchamp closed 3 years ago
create-react-app will create you a boilerplate of a React project, but Nextjs/Gatsbyjs are not just boilerplates, but toolkits, laying the foundations and then giving you a set of instructions on how to build the house as well. Thus,
create-react-app - Lays the foundations of a React Project. The rest is up to you.
Gatsby.js & Next.js - Lay the foundations of a React Project. Give you guidelines on how you should build on top of them.
Verdict: Next.js (My opinion)
One Codebase, Any Platform
Create React App is an officially supported way to create single-page React applications. It offers a modern build setup with no configuration.
What's required for 2.0/ missing from Create 1.0?
What frameworks allow for routing via URL?
Ionic
next.js
Gatsby
create-react-app
svelte
flutter
remix run (new)