Skip to content

Search documentation

Find Svelte Patterns and Svelte reference pages.

No results for ""

Try a shorter query or a related Svelte term.

# Complete new to webdev

Learn the three fundemental building blocks: HTML, CSS, and JS.

# From React

See the syntatical differences on Component Party

Mental model differences include:

  • JSX is JS based, Svelte is HTML based
  • hooks are just regular functions
  • everything is fine-grained as explained by Rich Harris’ Rethinking reactivity
  • one file, one component; Single File Component (SFC)

# From Vanilla JS

The official tutorial

# Have a CS Degree

And want to get into the weeds?