DEV Community

Discussion on: 10 Ways to Speed Up React Development

Collapse
 
shadowtime2000 profile image
shadowtime2000

If you actually have a site, then use a framework such as NextJS (my favorite too) Gatsby or Remix. Apps don't really require that and you could just use create-react-app.

Collapse
 
sewinter profile image
Sam Winter

Agreed, there are certainly cases where a framework is overkill.