DEV Community

Discussion on: Front-end roadmap 2020:

Collapse
 
belhassen07 profile image
Belhassen Chelbi

"- Please stop using CRA when your web app is meant to be used by the public" This is actually a false statement. CRA is a great starter and works fine for the 'public', I think you mean the problems of SEO ? well if that's the case, you can actually do server side rendering. Gatsby and Next are packed with ready features but that doesn't mean CRA is not suitable for production.

"Paying those services costs less than paying a full engineering team." This is a good story to be told but it doesn't seem true.

Collapse
 
metruzanca profile image
Samuele Zanca

""Paying those services costs less than paying a full engineering team." This is a good story to be told but it doesn't seem true."

I agree with Belhassen for the simple fact that, those roles can be covered by simply being a full stack developer and don't necessarily need to be delegated to other team members. (this greatly depends on the scale of things)

A linux vps server is dirt cheap, write your own backend with expressjs and and learn basic linux for devops. (flightplanjs for fully js based continuos deployment)