Iteration performance - tips and tricks
I'll show you how to avoid common performance mistakes when iterating and share some tips and tricks to make iteration fast.
Sep 6, 20246 min read

Search for a command to run...
I'll show you how to avoid common performance mistakes when iterating and share some tips and tricks to make iteration fast.

Combining React hooks with the "function as child" pattern is a powerful way to achieve composable UI that relies on data.

It’s rare that I use the Fetch API directly these days but every time I do there’s one behaviour that I forget about... HTTP errors

I keep finding amazing things you can do with Zod. In this post I'll show you how to use zod-mock to generate test data that conforms to a Zod schema.

A private Redux store is a good option if you're building a shared library or want to isolate parts of your application state with multiple stores.
