Using DataLoader to batch API requests
May 23, 2020The Problem Let’s say you have a list of user ID as props and you want to fetch and render a list of user’s info. You may have an API that…
The Problem Let’s say you have a list of user ID as props and you want to fetch and render a list of user’s info. You may have an API that…
I have been using React Hooks for a few months now and I am absolutely loving it! Today I would like to share 2 simple tips that I have…