Answer the question
In order to leave comments, you need to log in
How to make an api client in React?
Good evening, tell me how to make an api client for multiple fetch requests
example
/posts 100 posts
/comments 500 comments
/albums 100 albums
/photos 5000 photos
/todos 200 todos
/users 10 users
I can’t write fetch(api/posts) for each request ), fetch(api/comments), fetch(api/albums) etc
Answer the question
In order to leave comments, you need to log in
Make a helper function or decorator on the components, where there will be a fetch call and other repeating pieces.
I can't write for every request
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question