PinnedReact re-renders guide: preventing unnecessary re-rendersMost important patterns that can prevent React components re-rendersAug 17, 2022A response icon12Aug 17, 2022A response icon12
Tailwind vs Linaria: Performance InvestigationInvestigating performance of Tailwind vs Linaria frameworks, with a focus on initial load and interaction performance.Apr 25A response icon1Apr 25A response icon1
SSR Deep Dive for React DevelopersExplore step-by-step how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React, their costs,Mar 20A response icon3Mar 20A response icon3
Initial load performance for React developers: investigative deep diveExploring Core Web Vitals, performance dev tools, initial load performance, which metrics measure it, and what can influence itJan 27A response icon1Jan 27A response icon1
How React Compiler Performs on Real CodeExploring the impact of React Compiler on initial load and interaction performance. With numbers. Measured on a real app.Dec 12, 2024A response icon3Dec 12, 2024A response icon3
Existential React questions and a perfect Modal DialogMy step-by-step process for implementing a new feature from an idea to a production-ready solution using Modal Dialog as an example.Dec 5, 2024A response icon2Dec 5, 2024A response icon2
Intro to CSS animations for React developersInvestigating CSS animations in React by building some useful components like slide-in drawers, expandable search field, fancy hover…Oct 4, 2024A response icon1Oct 4, 2024A response icon1
Replacing React code with CSS :has selectorLooking into what the new CSS :has selector is and how it can be used to improve our React code. Includes practical and beautiful examples.Sep 16, 2024A response icon2Sep 16, 2024A response icon2
I tried React Compiler today, and guess what… 😉Investigating whether we can forget about memoization in React, now that the React Compiler is open-sourced.Jun 10, 2024A response icon13Jun 10, 2024A response icon13
React Compiler & React 19 — forget about memoization soon?Did you know that React Compiler is not actually React 19? But when can we expect it then and forget about memo? And what exactly changes?Mar 13, 2024A response icon2Mar 13, 2024A response icon2