3 followers
I've been a frontend dev for 10+ years. I'm sharing things I learn here before the AI's destroy us all. Join me to learn about TypeScript, React, tooling, design patterns and all things frontend.
I'll show you how to avoid common performance mistakes when iterating and share some tips and tricks to make iteration fast. · In this post I'll go over...
Combining React hooks with the "function as child" pattern is a powerful way to achieve composable UI that relies on data. · I'd like to share a quick...
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 · When using the...
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. ·...