Developer Way
Advanced React BookAuthor
Follow on LinkedInFollow on TwitterFollow on BlueskyRSS Feed

← Back to all articles

  • react
  • performance
  • re-renders
  • composition
  • typescript
  • css
  • other
Tailwind vs Linaria: Performance Investigation
17-04-2025Nadia Makarevich

Tailwind vs Linaria: Performance Investigation

Investigating performance of Tailwind vs Linaria frameworks, with a focus on initial load and interaction performance.

  • react
  • performance
  • css
SSR Deep Dive for React Developers
17-03-2025Nadia Makarevich

SSR Deep Dive for React Developers

Explore step-by-step how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React, their costs, performance impact, benefits, and trade-offs.

  • react
  • performance
Client-Side Rendering in Flame Graphs
18-02-2025Nadia Makarevich

Client-Side Rendering in Flame Graphs

Intro to Performance Flame Graphs. Learn how to read and extract useful info from performance flame graphs while exploring how the Client-Side rendering works in React applications.

  • react
  • performance
Initial load performance for React developers: investigative deep dive
21-01-2025Nadia Makarevich

Initial load performance for React developers: investigative deep dive

Exploring Core Web Vitals, Chrome performance panel, what initial load performance is, which metrics measure it, and how cache control and different networking conditions influence it.

  • react
  • performance
How React Compiler Performs on Real Code
04-12-2024Nadia Makarevich

How React Compiler Performs on Real Code

Exploring the impact of React Compiler on initial load and interaction performance. With numbers. Measured on a real app.

  • react
  • performance
I tried React Compiler today, and guess what... 😉
05-06-2024Nadia Makarevich

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.

  • react
  • performance
React useTransition: performance game changer or...?
16-10-2023Nadia Makarevich

React useTransition: performance game changer or...?

Looking into what React Concurrent Rendering is, what hooks like useTransition and useDeferredValue do, what are the benefits and downsides of using them.

  • react
  • performance
Fantastic closures and how to find them in React
14-08-2023Nadia Makarevich

Fantastic closures and how to find them in React

Deep dive into closures in JavaScript and React: how they appear, why we need them, what stale closures are, and how to prevent and fix them in React

  • react
  • performance
React reconciliation: how it works and why should we care
11-05-2023Nadia Makarevich

React reconciliation: how it works and why should we care

Looking in detail into how React reconciliation algorithm works. Explore in the process quirks of conditional rendering, the 'key' attribute, and why we shouldn't declare components inside other components.

  • react
  • performance
  • re-renders
  • composition
Say no to "flickering" UI: useLayoutEffect, painting and browsers story
20-04-2023Nadia Makarevich

Say no to "flickering" UI: useLayoutEffect, painting and browsers story

How to change elements base on DOM measurements: what is the problem with useEffect, how useLayoutEffect fixes it, what is browser painting, and how SSR plays a role here

  • react
  • performance
How to debounce and throttle in React without losing your mind
05-01-2023Nadia Makarevich

How to debounce and throttle in React without losing your mind

Deep dive into debounce and throttle in React. What is debounce and throttle, how to use them in React properly, how to avoid breaking them when state and re-renders are involved.

  • react
  • performance
How to fetch data in React with performance in mind
06-10-2022Nadia Makarevich

How to fetch data in React with performance in mind

Deep dive into data fetching in React. What is performance, fundamental libraries-agnostic patterns and techniques, how react lifecycle and browser limitations affect data fetching and apps rendering time and order.

  • react
  • performance
PureComponents vs Functional Components with hooks
07-09-2022Nadia Makarevich

PureComponents vs Functional Components with hooks

Looking into PureComponent and the problem it solved, how it can be replaced now in the hooks & functional components world, and discovering an interesting quirk of React re-renders behavior

  • react
  • performance
React re-renders guide: everything, all at once
02-08-2022Nadia Makarevich

React re-renders guide: everything, all at once

React re-renders "cheatsheet". Short descriptions with visual aid and code examples of: what re-renders are, what triggers them, most important re-renders related patterns and antipatterns to remember.

  • react
  • performance
  • re-renders
  • composition
The mystery of React Element, children, parents and re-renders
04-07-2022Nadia Makarevich

The mystery of React Element, children, parents and re-renders

Looking into what is React Element, exploring various children vs parents relationship in React, and how they affect re-renders

  • react
  • composition
  • re-renders
  • performance
How to useMemo and useCallback: you can remove most of them
13-06-2022Nadia Makarevich

How to useMemo and useCallback: you can remove most of them

What is the purpose of useMemo and useCallback hooks, mistakes and best practices in using them, and why removing most of them might be a good idea.

  • react
  • performance
  • re-renders
React key attribute: best practices for performant lists
09-05-2022Nadia Makarevich

React key attribute: best practices for performant lists

Looking into how React "key" attribute works, how to use it correctly, how to improve performance of lists with it, and why array index as key is a good idea sometimes

  • react
  • performance
  • re-renders
How to write performant React apps with Context
07-02-2022Nadia Makarevich

How to write performant React apps with Context

De-mystifying Context and its influence on React apps' performance. Learning a few useful patterns in the process, that could help minimize the re-renders impact and improve code's readability and scalability.

  • react
  • performance
Why custom react hooks could destroy your app performance
24-01-2022Nadia Makarevich

Why custom react hooks could destroy your app performance

Exploring performance implications of custom React hooks and how not to shoot yourself in the foot when writing or using them.

  • react
  • performance
  • re-renders
How to write performant React code: rules, patterns, do's and don'ts
09-01-2022Nadia Makarevich

How to write performant React code: rules, patterns, do's and don'ts

Looking into patterns that lead to poor performance of React apps, why they are bad, and how to recognise and avoid them.

  • react
  • performance
  • re-renders
  • composition

© Developer Way

Important links

  • Privacy policy
  • Terms & Conditions
  • Contact

Stay up to date

Subscribe to receive notifications about exclusive sales discounts, upcoming courses, and other product updates. Unsubscribe at any time.