Exercise
Last updated
Last updated
Build a Loader
component that accepts one property: show
. If show
is set to true
then it displays a pulsing pikachu otherwise it displays whatever content is passed in as children
.
Modify the Pokedex
& PokemonDetails
components to use the Loader
.