Echo JS 0.11.0

<~>

U_glow comments

U_glow 2678 days ago. link 0 point
Disabling submit buttons is an anti-pattern! How do people with low/no vision know what is going on? As the article says at the end, a far better UX is to show an error message rather than disable the button.
U_glow 3399 days ago. link 3 points
But still written from the perspective of an observer, not someone who's used Angular in the field. You can make unperformant websites with every JS library, if you choose to. And there are many ways (React?) to make component rendering more performant.  I would say the biggest benefit of Angular - which wasn't mentioned in the article - is the testability of the code that the DI patterns in Angular provide.