|
|
|
|
|
by debacle
4199 days ago
|
|
I don't understand. The comparison breaks down in the very first example - where is the example of Angular's excellent DOM abstraction and compatibility magic? "And then I refactored something that was bad to make it faster." There's also a typo in the jQuery example. There's no comparison. jQuery provides way more for actual DOM magic than Angular does. > As I have outlined in this article, AngularJS can do everything that jQuery does and much more... But you didn't. You didn't even provide an Angular implementation of your very first example. |
|
In my mind, Angular is still "for building a rich app", whereas jQuery is "for adding a bit of magic to an otherwise static page" (I know that's not really true, but it's what I use it for.)
I'd love to get fluency in Angular - or at least a great understanding of it - for that latter case. Is it usable for the day-to-day "magic" bits of an otherwise normal webpage? (Other than the 2-way data binding example which I see all the time and understand).