|
|
|
|
|
by rajeshamara
3214 days ago
|
|
2 flaws with this article.
1) Using a Beta product and complaining on Angular2. You could have waited till the product is matured
2) Blaming for the developers inefficiency on Typescript. If your developers coding speed is reduced blame on your developers.
Your title and article appears that something is wrong with Angular2 and moved to Vue.js. Before you post such articles make sure what your write makes sense |
|
There's many other mistakes, like not having access to component state for custom validators and the infamous change detection errors. Sometimes the error messages border on horrific, reminds me of debugging assembly. Some of these issues don't have any good solutions.
The needless complexity is true. Like every bad framework it makes easy things difficult while at the same time piling on "magic" that's often not useful.
The author is dead wrong on Typescript. Typescript is the best tool I've added to my web development stack in years. Shortly followed by tslint. Once you get used to it the type inference is so good that you only need to even specify the type maybe 1/5 the time.