Writing
Latest posts
Long-form articles on TypeScript, React, and the patterns I keep coming back to.

December 6th, 2023 · 15 minutes read
Typescript compiler performance
How to find what makes your project slow. Generate trace, diagnostics, profiling

January 25th, 2023 · 22 minutes read
Promise based modals
The idea of combining React with Promises opens up many new possibilities how to improve the code.

December 6th, 2022 · 30 minutes read
Typescript template literals
Reduce bugs count and massively improve the Developer Experience. Take routing and translations to next level.

November 4th, 2022 · 10 minutes read
Typescript generics inheritance
When working with React, one of the most useful generics usage is when we need to define dependency / relationship between 2 or more properties

September 29th, 2022 · 20 minutes read
React query - modern way of working with async data
Personal story, queries, mutations, async data fetching, invalidate queries, stale time,