Skip to content

Commit

Permalink
Add Next.js + SWE, RQ, Redux, Context data-fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed May 10, 2023
1 parent 74dedc8 commit 5ede2d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,9 @@ <h2>Chapter 12: React Patterns</h2>
<li><a href="./ch12/react_tweets_hooks.html">React: Tweets (Hooks)</a> (<a class="github"
href="https://github.com/addyosmani/learning-jsdp/blob/main/ch12/react_tweets_hooks.html">source</a>)
</li>
<li>
<a href="https://codesandbox.io/p/sandbox/happy-hooks-1qotf5?file=%2Fcomponents%2FApp.js%3A9%2C45">Next.js: Data-fetching (Context, SWR, React Query, Redux, useState)</a>
</li>
<li><a
href="https://codesandbox.io/p/sandbox/aged-https-hgmq73?file=%2Fpages%2Fstatic-breeds.js&selection=%5B%7B%22endColumn%22%3A1%2C%22endLineNumber%22%3A279%2C%22startColumn%22%3A1%2C%22startLineNumber%22%3A279%7D%5D">Next.js:
Data-fetching (getStaticProps)</a></li>
Expand Down

0 comments on commit 5ede2d4

Please sign in to comment.