DEV Community

Discussion on: How to select a front-end framework?

Collapse
 
aspittel profile image
Ali Spittel

I somewhat agree, but the error messages in AngularJS were horrific when I learned it which made it so hard to learn -- maybe its improved though?

Thread Thread
 
codevault profile image
Sergiu Mureşan

Not really, they are still pretty bad. Especially when it fails to evaluate an expression inside the template and doesn't say anything if that failed.

For example: {{ search.id }} would silently show absolutely nothing even if search is undefined.