Update sites/svelte.dev/src/routes/_components/Try.svelte

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/8454/head
Puru Vijay 3 years ago committed by GitHub
parent 44fd0f04ed
commit cdba4c4cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,12 +21,7 @@
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 <em>browser</em>, Svelte
shifts that work into a
<em>compile step</em> that happens when you build your app.
</p>
<p>
Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically
updates the DOM when the state of your app changes.
<em>compile step</em> that happens when you build your app. No more virtual DOM!
</p>
<p>

Loading…
Cancel
Save