...

Dixit

Software Engineer
react
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…

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 …

Simple countdown timer

Apr 24, 2019

I was recently trying to make a simple countdown timer which counts from a specific time-interval and “finishes” itself. I just found it am…

đź”™All tags