Delete commented code

pull/8454/head
Puru Vijay 3 years ago
parent 12817c74a4
commit 7677826204

@ -51,51 +51,6 @@
<a href="/blog/svelte-3-rethinking-reactivity" class="cta">learn more</a> <a href="/blog/svelte-3-rethinking-reactivity" class="cta">learn more</a>
</div> </div>
<!--
<div class="description" slot="four">
<p>
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.
</p>
<p>
We're proud that Svelte was recently voted the <a
href="https://insights.stackoverflow.com/survey/2021#section-most-loved-dreaded-and-wanted-web-frameworks"
>most loved web framework</a
>
with the
<a href="https://2020.stateofjs.com/en-US/technologies/front-end-frameworks/"
>most satisfied developers</a
>
drawing the
<a
href="https://tsh.io/state-of-frontend/#which-of-the-following-frameworks-would-you-like-to-learn-in-the-future"
>most interest in learning it</a
>
in a trio of industry surveys. We think you'll love it too.
<a href="/blog/svelte-3-rethinking-reactivity" class="cta"
>Read the introductory blog post</a
> to learn more.
</p>
</div>
<div slot="five">
<pre><code
>npm create svelte@latest myapp
cd myapp
npm install
npm run dev
</code></pre>
<a href="/tutorial" class="cta">Learn Svelte</a>
</div> -->
</Blurb> </Blurb>
</div> </div>

Loading…
Cancel
Save