Hacker News new | ask | show | jobs
by epolanski 125 days ago
Angular uses directives for rendering, that allows compilers to optimize rendering.

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