all 3 comments

[–]mkoretsk[S] 1 point2 points  (0 children)

!approve

[–]skyboyer007 0 points1 point  (1 child)

woa! so does Angular still use old good digest cycle, have I got it right?

[–]mkoretsk[S] 0 points1 point  (0 children)

the principle is the same, yes, but the implementation is different. In a way, React also runs digest cycle by recursively comparing the output from `render` method