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

I18n and webpack dev server. Generate missing translation keys

24 August 2021
#i18n#webpack#dev server#translation#react

Let`s cover how to generate missing translation keys with i18n and webpack dev server and not to think about it in progress of development

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

Browser steps when you type a URL

11 November 2020
#browser

In this article, I gonna explain and structure the fundamental steps the browser does starting from that moment when a user types the url to the final step when browser shows the page.

Read more