Skip to content

Commit

Permalink
[clean-up] fix a number of links
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed May 6, 2023
1 parent 232a819 commit 74dedc8
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ <h3 class="jsdp-section-header-title">
</div>
<img id="appicon" fetchpriority="high" style="display: block;
margin: 0 auto;" src="images/appicon2.webp" alt="enjoy the examples" width="400"
height="400"/>
height="400" />
<div id="tv"></div>
</div>
</div>
Expand All @@ -374,7 +374,8 @@ <h3 class="jsdp-section-header-title">
<div class="white-column typography">
<div class="content content-white">
<div class="screenshot">
<img alt="screenshot" width="1728" height="936" src="images/screenshot-1.webp" style="background-color: #3653ED;"/>
<img alt="screenshot" width="1728" height="936" src="images/screenshot-1.webp"
style="background-color: #3653ED;" />
</div>
<h2>Try a Quiz</h2>
<section>
Expand Down Expand Up @@ -602,8 +603,8 @@ <h2>Chapter 7: Design Patterns</h2>
href="https://github.com/addyosmani/learning-jsdp/blob/main/ch07/command.html">source</a>)
</li>
<li><a href="./ch07/strategy/index.html">Strategy Pattern</a> (<a class="github"
href="https://github.com/addyosmani/learning-jsdp/blob/main/ch07/strategy/">source</a>)
</li>
href="https://github.com/addyosmani/learning-jsdp/blob/main/ch07/strategy/">source</a>)
</li>
<li><a href="./ch07/proxy/index.html">Proxy Pattern</a> (<a class="github"
href="https://github.com/addyosmani/learning-jsdp/blob/main/ch07/proxy/index.html">source</a>)
</li>
Expand Down Expand Up @@ -864,27 +865,36 @@ <h2>Chapter 13: Next.js Rendering Patterns</h2>


<div class="screenshot">
<img alt="screenshot" width="1728" height="936" src="images/screenshot-2.webp" loading="lazy"/>
<img alt="screenshot" width="1728" height="936" src="images/screenshot-2.webp" loading="lazy" />
</div>

<h2>Community implementations</h2>
<section>
<ul>
<li><a href="https://next-movie.transitivebullsh.it/">Movies: React Server Components + Next.js App Router</a> (<a class="github"
href="https://github.com/transitive-bullshit/next-movie">source</a>)</li>
<li><a href="https://demo.vercel.store/">Hacker News: React Server Components + Next.js App Router</a> (<a class="github"
href="https://github.com/vercel/commerce">source</a>)</li>
<li><a href="https://abproject-sclone.vercel.app/">Commerce: React Server Components + Next.js App Router</a> (<a class="github"
href="https://github.com/SashenJayathilaka/Airbnb-Build">source</a>)</li>
<li><a href="https://abproject-sclone.vercel.app/">AirBnB: React Server Components + Next.js App Router</a> (<a class="github"
href="https://github.com/SashenJayathilaka/Airbnb-Build">source</a>)</li>
<li><a href="https://next-rsc-hn.vercel.app/">Hacker News: React Server Components + Next.js App
Router</a> (<a class="github" href="https://github.com/vercel/next-react-server-components">source</a>)</li>

<li><a href="https://next-movie.transitivebullsh.it/">Movies: React Server Components + Next.js
App Router</a> (<a class="github"
href="https://github.com/transitive-bullshit/next-movie">source</a>)</li>

<li><a href="https://demo.vercel.store/">Commerce: React Server Components + Next.js
App Router</a> (<a class="github" href="https://github.com/vercel/commerce">source</a>)</li>



<li><a href="https://abproject-sclone.vercel.app/">AirBnB: React Server Components + Next.js App
Router</a> (<a class="github"
href="https://github.com/SashenJayathilaka/Airbnb-Build">source</a>)</li>

<li><a href="https://vercel.com/templates/next.js/app-directory">Next.js App Directory</a></li>

<li><a href="https://github.com/1Marc/modern-todomvc-vanillajs">Modern vanilla TodoMVC</a></li>
</ul>
</section>

<div class="screenshot">
<img alt="screenshot" width="1728" height="936" src="images/screenshot-4.webp" loading="lazy"/>
<img alt="screenshot" width="1728" height="936" src="images/screenshot-4.webp" loading="lazy" />
</div>

<h2>Continue learning</h2>
Expand Down

0 comments on commit 74dedc8

Please sign in to comment.