|
|
|
|
|
by nsonha
1491 days ago
|
|
Nextjs has useful defaults and enough basic elements for front-end. create-react-app is just a bunch of oppinions on how to config your app that dont really add much productivity if you are already familiar with webpack. Depending on the need I'd either go with react and my webpack config copied from last project or nextjs. Don't see the point of cra |
|