logoalt Hacker News

epolanskitoday at 10:09 AM0 repliesview on HN

Angular uses directives for rendering, that allows compilers to optimize rendering.

React model uses plain JavaScript expressions which are harder to optimize.