Click on a Pokemon name to view a profile

  1. bulbasaur
  2. ivysaur
  3. venusaur
  4. charmander
  5. charmeleon
  6. charizard
  7. squirtle
  8. wartortle
  9. blastoise

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().