Blog Posts

Controlling API Floods in a Large-Scale State Restoration

January 20, 2025

An efficient way to process multiple fetch calls (or any Promise) in batches using Promise.race

Read full post →

Locale-Aware Date Formatting in React with i18next

July 25, 2023

Learn how to plug a cached displayDate utility into i18next to automatically render dates in your users’ native English formats — US, UK, Canada, Australia and beyond.

Read full post →

Reusable React Context Abstraction with Type Safety

October 23, 2021

An usefull typed abstraction around React Context API to reduce boilerplate

Read full post →