Y
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
b_e_n_t_o_n
260 days ago
It does everything at runtime, Svelte compiles declarative code into imperative code via static analysis.
link