Filip Kaštovský
(filip kaʃtofski:)I build stuff, mostly in TypeScript and Rust. I also write about it (sometimes).
This is my website! 🌐🌍
Blog Posts
useMemo considered harmful?
Posted on:July 20, 2023 at 12:28 PMWhat are the real costs of using useMemo in your React apps. At which point does the performance enhancing hook become a performance killer itself.
Welcome to my blog!
Posted on:June 29, 2023 at 11:01 AMHi and welcome to my blog! Here, we'll dive into coding tips, industry trends, and tech insights. Join me as we explore the world of software development together. Stay tuned for exciting updates and practical advice. Happy coding!
Building maintainable UI with react-wrap
Posted on:June 21, 2021 at 12:24 PMReusable and easy to maintain React components with `react-wrap`! In this article, we will explore the concepts of coupling, code reuse and how they reflect on the maintainability of a project at as it scales and how to combat the said problems.