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
React Server Components: Do They Really Improve Performance?A data-driven comparison of CSR, SSR, and RSC, focusing on initial-load performance and the impact of different data fetching patternsOct 28A response icon12Oct 28A response icon12
React State Management in 2025: What You Actually NeedLearn how to manage state in modern React apps, what is remote, URL, local, and shared state, and when you need a state management libraryOct 2A response icon14Oct 2A response icon14
Can We Use Local Storage Instead of Context-Redux-Zustand?Why do we need Context/Redux/Zustand in React, what is the purpose of Local Storage, its limitations, and when to use it.Aug 26Aug 26
Tailwind vs Linaria: Performance InvestigationInvestigating performance of Tailwind vs Linaria frameworks, with a focus on initial load and interaction performance.Apr 25A response icon3Apr 25A response icon3
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