Hacker News new | ask | show | jobs
by billrobertson42 260 days ago
What is react doing that appears to make it so much slower? Where does it spend its time?
1 comments

It does everything at runtime, Svelte compiles declarative code into imperative code via static analysis.