Hacker News new | ask | show | jobs
by Aeolun 1684 days ago
Nah, JSX also gets converted to Javascript. The difference is in that the React runtime re-renders whole components every time something changes, and Svelte is more granular about it even during the compilation step.