Network Requests Exercise 📝
Update your application to fetch the color palettes from the following url: https://color-palette-api.kadikraman.now.sh/palettes
Hint: you should use useEffect
, useCallback
and useState
for this!
Update your application to fetch the color palettes from the following url: https://color-palette-api.kadikraman.now.sh/palettes
Hint: you should use useEffect
, useCallback
and useState
for this!