A new way of debouncing your API calls In ReactI wrote an article about optimising api calls in react but I recently encountered a scenario where just cancelling the api won’t work…Feb 14, 20221Feb 14, 20221
Optimising Pagination With React HooksI used to develop some generic logic for pagination and reuse it in all other apps but with some modification. I used on scroll event for…Dec 19, 2021Dec 19, 2021
Optimising API Calls In ReactApi traffic can slow down your web application modern browser only allow small number of parallel api calls and hence reducing api calls…Sep 10, 20215Sep 10, 20215
Handling Custom SVGs in React using Styled ComponentsLittle background story how I ended up with this solution (skip if you want to)Jul 16, 20211Jul 16, 20211
Uploading and Downloading Multiple Files and Handling CORS error on FirebaseUploading and downloading files from firebase can give you real headache sometimes especially downloading part , you might be hitting CORS…Apr 24, 20211Apr 24, 20211