Hacker News new | ask | show | jobs
by holtzy 1095 days ago
How does Svelte makes the code more declarative and Componentized than with React ?
1 comments

Because React makes you add a bunch of boilerplate and extra steps in code for performance like useMemo(...) that simply aren't needed in Svelte.