|
|
|
|
|
by bahmutov
4189 days ago
|
|
Interesting post, not sure I agree that the points raised mean AngularJs is a bad choice. Consider first objection - two way binding. Not only there are user-space solutions (bindonce), but now there is standard one-way binding in ng v1.3. The Angular does nice job allowing simple interactive apps to be written in 30 minutes by anyone familiar with HTML and JavaScript. At the same time, if the app performs what is needed by the client, the app can be profiles, and each bottleneck can be optimized in a couple of steps. For example, we went through this process and described the steps we used in http://bahmutov.calepin.co/improving-angular-web-app-perform... |
|