Discuss: What's your preferred way of creating a React app?
Saswata Mukherjee

Saswata Mukherjee @saswatamcode

About: GSoC'21 @ThanosMetrics (@CloudNativeFdn) | prev SDE intern @ChaosNative | Tech enthusiast👨🏻‍💻 | CSE Undergrad

Location:
India
Joined:
Feb 11, 2020

Discuss: What's your preferred way of creating a React app?

Publish Date: Jun 11 '20
5 1

Whenever I start a new React project I mostly use to create-react-app. But I've seen a lot of people default to Gatsby or Next.js.

If you do use something other than cra what is your motivation and what tools make your life easier? Any best practices you think React devs should follow while using them?

Comments 1 total

  • Saurabh Sharma
    Saurabh SharmaJun 11, 2020
    • Create-react-app: if its a admin dashboard, or something where SEO doesn't matter
    • Next.js: If SEO matters, and content is dynamic too, you need performance, code splitting and Server side rendering
    • Gatsby: If content is static and SEO matters
Add comment