$ ls ./blog

Field notes from the build log.

Writing about web development, design patterns, and the small engineering decisions that compound.

8 min read

Vue components I'd actually want to inherit

A critical look at building production-grade Vue 3 components using the Composition API, focusing on strict prop contracts, safe composables, and maintainable types.

VueNuxtTypeScript