Click on a Pokemon name to view a profile
This is a static route that uses getStaticProps()
to fetch the data for the page at build time. Find the file at /pages/pokemon/index.js
Check out the Next.js docs for getStaticProps().
This is a static route that uses getStaticProps()
to fetch the data for the page at build time. Find the file at /pages/pokemon/index.js
Check out the Next.js docs for getStaticProps().