|
1 | 1 | # "Next.js 13 for Beginners" |
2 | 2 |
|
3 | | -### Full Course - ?? Chapters |
| 3 | +### Full Course - 12 Chapters |
4 | 4 |
|
5 | 5 | --- |
6 | 6 |
|
|
58 | 58 | - 🔗 [Next.js Official Site](https://nextjs.org/) |
59 | 59 | - 🔗 [Next.js 13 Beta Docs](https://beta.nextjs.org/docs) |
60 | 60 | - 🔗 [Cloudflare: How does a CDN work?](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/) |
| 61 | +- - 🔗 [What is MDX?](https://mdxjs.com/docs/what-is-mdx/) |
| 62 | +- 🔗 [next-mdx-remote RSC Docs](https://github.com/hashicorp/next-mdx-remote#react-server-components-rsc--nextjs-app-directory-support) |
61 | 63 |
|
62 | | -### 🚀 Project Dependencies |
| 64 | +### 🚀 Early Project Dependencies |
63 | 65 | - 🔗 [react-icons](https://www.npmjs.com/package/react-icons) |
64 | 66 | - 🔗 [gray-matter](https://www.npmjs.com/package/gray-matter) |
65 | 67 | - 🔗 [remark](https://www.npmjs.com/package/remark) |
66 | 68 | - 🔗 [remark-html](https://www.npmjs.com/package/remark-html) |
67 | 69 | - 🔗 [limiter](https://www.npmjs.com/package/limiter) |
| 70 | +- |
| 71 | +### 🚀 Final Project Dependencies |
| 72 | +- 🔗 [react-icons](https://www.npmjs.com/package/react-icons) |
| 73 | +- 🔗 [next-mdx-remote](https://www.npmjs.com/package/next-mdx-remote) |
| 74 | +- 🔗 [highlight.js](https://www.npmjs.com/package/highlight.js) |
| 75 | +- 🔗 [rehype-highlight](https://www.npmjs.com/package/rehype-highlight) |
| 76 | +- 🔗 [rehype-slug](https://www.npmjs.com/package/rehype-slug) |
| 77 | +- 🔗 [rehype-autolink-headings](https://www.npmjs.com/package/rehype-autolink-headings) |
| 78 | +- 🔗 [sharp](https://www.npmjs.com/package/sharp) |
| 79 | +- 🔗 [next-sitemap](https://www.npmjs.com/package/next-sitemap) |
| 80 | + |
68 | 81 |
|
69 | 82 | --- |
70 | 83 |
|
|
81 | 94 | - 🔗 [Chapter 9 - Middleware](https://github.com/gitdagray/next-js-course/tree/main/next09) |
82 | 95 | - 🔗 [Chapter 10 - Background & On-Demand Revalidation](https://github.com/gitdagray/next-js-course/tree/main/next10) |
83 | 96 | - 🔗 [Chapter 11 - Mutating Data](https://github.com/gitdagray/next-js-course/tree/main/next11) |
| 97 | +- 🔗 [Chapter 12 - Final Project: Build & Deploy a Blog with Remote MDX Content](https://github.com/gitdagray/next-js-course/tree/main/next12) |
84 | 98 |
|
0 commit comments