Migrating JavaScript React App to TypeScript
In one of our biggest projects, we develop and maintain a React web application. Last year, we decided to migrate it to TypeScript. How did…
In one of our biggest projects, we develop and maintain a React web application. Last year, we decided to migrate it to TypeScript. How did…
18 months since the beginning of the global pandemic, remote work has changed significantly. Many companies switched from in-office to fully-remote work. Let’s see what…
We recently run into a problem of having to display a vanilla JavaScript component in a React component. This component exposes a static method to…