Colloque's Blog

Colloque Tsui - Front-End Developer
GitHub   Twitter   Email

Using DataLoader to batch API requests

May 23, 2020

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…

Two simple tips on using React Hooks

February 15, 2020

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…