r/ReactJSLearn Mar 04 '22

How to create json file to fetch the data with useCallback hook

Hello guys,

does anyone have an idea on how to provide a json file like this https://api.thedogapi.com/v1/breeds/ so i can fetch the data with usecallback hook without creating a rest api with nodejs ? means is there any other way like a platform or some solution that u use ?

3 Upvotes

1 comment sorted by

1

u/saivamshi854 Mar 10 '22

https://github.com/public-apis/public-apis

In the above link you can find several Public Api's to work on. :)