🦀

Blog

One of the first websites I put up was a blog for myself, and I started writing reviews and anecdotes and opinions and whatnot very early on. I'm lucky to have been able to keep all these articles over the decades, including the numerous ones I wrote about web development, for and while at work.

Toggle options
omg Big Filter is hiding results from the people!!😱click here to OPEN YOUR EYES!!!!
Typescript, Vue 3, and strongly typed props
Typescript, Vue 3, and strongly typed propsTypearticleDate (at 32)Language🇬🇧 englishTags

#javascript#writing#technology#learning

StatuscompletedStarsWords2054Time to read8 minutes

I’ve recently worked on a Vue application after working for a long time with React, and more particularly with React and Typescript. While I felt right at home in Vue 3’s Composition API given how similar it feels to React Hooks, I did miss the ability to easily use Typescript purely for props validation... or so I thought. Options API versus Composition API Now I’ve known for quite some time that...

Blog

One of the first websites I put up was a blog for myself, and I started writing reviews and anecdotes and opinions and whatnot very early on. I'm lucky to have been able to keep all these articles over the decades, including the numerous ones I wrote about web development, for and while at work.

Toggle options
omg Big Filter is hiding results from the people!!😱click here to OPEN YOUR EYES!!!!
Typescript, Vue 3, and strongly typed props
Typescript, Vue 3, and strongly typed propsTypearticleDate (at 32)Language🇬🇧 englishTags

#javascript#writing#technology#learning

StatuscompletedStarsWords2054Time to read8 minutes

I’ve recently worked on a Vue application after working for a long time with React, and more particularly with React and Typescript. While I felt right at home in Vue 3’s Composition API given how similar it feels to React Hooks, I did miss the ability to easily use Typescript purely for props validation... or so I thought. Options API versus Composition API Now I’ve known for quite some time that...