I recommend a clear folder structure and seperation of concerns (migrate api into service for example) you are passing the pokemons data from app instead of having it nested in the component which is the only consumer. Also, Given the fact this is a very static API why not cache the results? Your next phase should be a TS conversion.
All points are correct, the goal here is to make at simple as possible. Check my previous video where I implemented some of this th-cam.com/video/zH_7HisPPHY/w-d-xo.html
very useful and quality tutorial
thanks man!
bro, you greate
I recommend a clear folder structure and seperation of concerns (migrate api into service for example)
you are passing the pokemons data from app instead of having it nested in the component which is the only consumer.
Also,
Given the fact this is a very static API why not cache the results?
Your next phase should be a TS conversion.
All points are correct, the goal here is to make at simple as possible. Check my previous video where I implemented some of this th-cam.com/video/zH_7HisPPHY/w-d-xo.html