Chris Bongers Yep, and then we use that hook in the Pokemon.js, which receives an object that contains the name of the pokemon from the index.js file. And with the pokemonโs name, we can now use useFetchPokemon() to retrieve the data and then display it accordingly.
Pokemon.js - github.com/rishabkumar7/next-pokedex/blob/main/coโฆ
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day ๐
I'm a bit confused where the pokedex part is actually? Checking your git bit that is just the API container right?
Was wondering where you get the data from.