Writing
Posts
Things I've learned, built, or thought about. Most recent first.
How I built this site (technical author cut)
The decisions behind a Hugo blog on Cloudflare Pages: static-first, dark by default, two content types, client-side search.
metahugotailwindcloudflare
4 min
React Query and parallel data fetching with cancellation
Using React Query v3 and axios to fetch 151 Pokemon in two dependent query stages with AbortController cancellation — what the code actually …
reactreact-queryaxiosvite
9 min