A few days ago I released a course about React hooks [1]; now, as promised, I just released the Next.js template in case anyone wants to create their own course.<p>GitHub: <a href="https://github.com/scastiel/nextjs-course-template" rel="nofollow">https://github.com/scastiel/nextjs-course-template</a><p>Demo: <a href="https://nextjs-course-template.vercel.app/" rel="nofollow">https://nextjs-course-template.vercel.app/</a><p>This template uses:<p>- Next.js, using static site generation by default.
- next-mdx-remote and remark to parse Markdown.
- Prism to highlight the source code examples, with the Dracula theme.
- React Live to embed interactive and editable examples.
- TailwindCSS for styling.<p>Ask me if you have any questions or need additional info :)<p>[1] <a href="https://useEffect.dev" rel="nofollow">https://useEffect.dev</a>