Hacker News new | ask | show | jobs
by politelemon 2044 days ago
I find Angular very pleasant to deal with, but I mainly favour it due to the separation of typescript, html, scss. Each time I try using React, I'm unable to overcome the uneasiness of the html being right there mixed in with the JS. I can appreciate that not everyone is equally bothered by it and that's fine too. But I definitely feel Angular has a place in the conversation.
1 comments

I favour Angular for this reason too. Also, my team is spread across 2 continents, and working with a much more opinionated framework makes it easier to keep the codebase more consistent and readable by everyone.