Connect useState and useEffect to Update Components with Data

preview_player
Показать описание
When we need to update a component with data we've fetched from the internet, React has us covered.

Рекомендации по теме
Комментарии
Автор

You are using a function inside useEffect, "setPokemon", shouldn't you include "setPokemon" in the array of dependencies of the useEffect?

yarin
Автор

great tutorial, thank you :) what font is that btw? really nice

SeanMacdonald_CodeMonk