Next.js Tutorial For Beginners
https://youtu.be/qwhMyVVnmKM
nextjs-youtube-demo
Link
Global Layout and CSS
Nav
dynamic className base on the route
getStaticProps
export async function getStaticProps() {
const response = await fetch("https://learnwebcode.github.io/json-examp...
jason60810.hashnode.dev2 min read