HN user

yuskii

-10 karma

IC.

Posts2
Comments10
View on HN

I'm biased against React because I manage a team trained in classic web design who now have to manage a giant React codebase and learn its special way of doing things, and it's a slog.

What special way is that? One of the big draws of React is its minimal api surface, and the ability to write standard JS alongside of your presentational HTML.

I am also curious what "classic web design" actually means, I have a theory, but I am curious all the same

I would also add React to this as well. Having built 2 react/redux/typescript apps, I can say that the TS ecosystem for react is quite excellent.

React-redux is really simple i don't understand why people have a problem understanding it.

I keep experiencing this. JS developers that should have no problem understanding redux's approach, throwing it away because they are unwilling to simply read redux's docs. It's disheartening.