logoalt Hacker News

billrobertson42yesterday at 10:01 PM1 replyview on HN

What is react doing that appears to make it so much slower? Where does it spend its time?


Replies

b_e_n_t_o_ntoday at 3:09 AM

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