Skip to content

How Svelte works #2464

@Rich-Harris

Description

@Rich-Harris

As of 0ff6f5b, the homepage links to the announcement blog post. It would be better if the link after this bit...

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.

Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.

...took you to a 'How Svelte works' blog post with diagrams and whatnot instead. This is something people have asked for in the past

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions