Hacker News new | ask | show | jobs
by flukus 3489 days ago
> if youre planning to build anything serious, you need to edit like 10 files just to add a new feature.

So it's enterprise grade?

2 comments

Enterprise grade tends to be complicated because they're BIG and has lots of parts because there are tons of features

With react, have you seen the starter kits? It's like 400mb of dependencies for a starter project that pretty much displays hello world with a interactive button

> Enterprise grade tends to be complicated because they're BIG.

In practice I find it's just because enterprise software is over architected and poorly generalized. With react native I couldn't get hello world to work, maybe I needed to hire a consultant?

I came across the React equivalent for MEAN and my mind was blown when I generated a project with it.

The level of complexity was completely staggering. I was floored.

Well theyre not entryprise grade.