Notes on picking between polymorphism and discriminated unions when writing typescript... (more…)
Read more »
How to create a lightweight wrapper around Formik's useField hook to provide a more type-safe way to specify which field a user input is tied to. (more…)
Read more »
I've been using Svelte for about 6 months now, and the worst bit has always been the lack of TypeScript support - but it's finally here! This post shows you how to get started using my two favourite web technologies together. (more…)
Read more »
In this blog post, we explore how we can compute with types at compile time in TypeScript. (more…)
Read more »