From cdba4c4cd1505b315ad15cb934eaed573d04c2ba Mon Sep 17 00:00:00 2001 From: Puru Vijay <47742487+PuruVJ@users.noreply.github.com> Date: Tue, 9 May 2023 22:32:44 +0530 Subject: [PATCH] Update sites/svelte.dev/src/routes/_components/Try.svelte Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- sites/svelte.dev/src/routes/_components/Try.svelte | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sites/svelte.dev/src/routes/_components/Try.svelte b/sites/svelte.dev/src/routes/_components/Try.svelte index 839aca7a1b..b2db46a623 100644 --- a/sites/svelte.dev/src/routes/_components/Try.svelte +++ b/sites/svelte.dev/src/routes/_components/Try.svelte @@ -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 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. + compile step that happens when you build your app. No more virtual DOM!