...

Dixit

Software Engineer
typescript
Designing my TypeScript useReducer

Feb 01, 2021

In this article we'll go over how I design my application state in a TypeScript & React app using useReducer hook & Context API. I use this…

Fancies and Arrays

Jun 10, 2020

In this article we'll go thro some array functions and then on-to some stuff which I consider fancy stuff. Jump to fancy stuff Arrays Let'…

Typescript discriminator

Apr 10, 2020

Very often we have use-cases where we would like to use a single type Union Type but still be sure about the properties inside them. But …

🔙All tags