Hacker News new | ask | show | jobs
by EMM_386 251 days ago
> Angular, for example, always walks through the entire component tree

Angular has OnPush change detection strategy and can even be free of zone.js now, so this isn't necessarily true.