Remix loading data from an external API
So far, we have had a look at static loading data, and loading data from our database, but another widely used method is loading from an external API.
In our case, we will query the Pokémon API to retrieve a list of all Pokémon. We will catch it and ...
h.daily-dev-tips.com4 min read