Posts with tag: #typescript

Introducing the Satisfies Operator in TypeScript 4.9

23 December 2022
#react#typescript#satisfies

The goal of this operator is to ensure that some expression matches some type, but also want to keep the most specific type of that expression for inference purposes.

Read more

Setup React App with TypeScript, ESLint and Prettier

08 February 2021
#react#typescript#eslint#prettier#husky#git hooks

Let's create development configuration for a React application with TypeScript, ESLint and Prettier.

Read more