logoalt Hacker News

EMM_386yesterday at 8:16 PM0 repliesview on HN

> 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.