Skip to content

Commit

Permalink
comment-out ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
wicked539 committed Jul 22, 2024
1 parent f0e6e47 commit e2e60b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h3>Overview</h3>
<li class="fragment">Reactive Programming Models</li>
<li class="fragment">CQRS</li>
<li class="fragment">Event Sourcing</li>
<li class="fragment">Server-Side Rendering of SPAs</li>
<!--li class="fragment">Server-Side Rendering of SPAs</li-->
<li class="fragment">Summary</li>
</ul>
</section>
Expand Down Expand Up @@ -340,7 +340,7 @@ <h3>Overview</h3>
<p class="fragment">Unless you're building a real-time stock trading system, don't do it</p>
</section>
</section>
<section>
<!--section>
<section><h2>Server-Side Rendering of SPAs</h2></section>
<section><h3>What is it?</h3>
<p class="fragment">"Classic" SPAs fetch only barebone HTML and lots of resources via HTTP, the app is rendered entirely within the browser</p>
Expand Down Expand Up @@ -383,7 +383,7 @@ <h3>Overview</h3>
<p class="fragment">Server-side templating is great</p>
<p class="fragment">Server-side rendered SPAs add a huge amount of complexity, use with care</p>
</section>
</section>
</section-->
<section>
<section><h2>The quest for simplicity</h2></section>
<section><h3>The quest for simplicity</h3>
Expand Down

0 comments on commit e2e60b3

Please sign in to comment.