DEV Community

Discussion on: How do you set up React projects?

Collapse
 
shadowtime2000 profile image
shadowtime2000

I usually just use CRA but it is extremely slow with detecting errors with the linter and all, taking a full restart to actually read the full line properly. I am probably just going to use create next app because it is faster for my apps now.