Nadia Makarevich

Nadia Makarevich @adevnadia

About: Frontend architect, coder. Love solving problems, fixing things and writing in-depth tech articles: https://www.developerway.com

Location:
Sydney
Joined:
Nov 25, 2021

Nadia Makarevich
articles - 39 total

Tailwind vs Linaria: Performance Investigation

What's your position on Tailwind? Love or hate? Seems to be no in-between for that one. Even if...

Learn More 2 1Apr 25

SSR Deep Dive for React Developers

This is the third article in the series "Web Performance Stuff for React Developers." In the...

Learn More 17 0Mar 20

[Boost]

Initial load performance for React developers: investigative...

Learn More 0 0Jan 31

Initial load performance for React developers: investigative deep dive

Table of contents Introducing initial load performance metrics ...

Learn More 19 5Jan 27

How React Compiler Performs on Real Code

The article follows the content and the structure of the talk I gave at "React Advanced"...

Learn More 50 7Dec 12 '24

Existential React questions and a perfect Modal Dialog

What do you think is the most complicated thing in React? Re-renders? Context? Portals?...

Learn More 17 0Dec 5 '24

Intro to CSS animations for React developers

How do y'all feel about CSS animations? Unless you're a big CSS connoisseur, I suspect you're like...

Learn More 6 0Oct 4 '24

Replacing React code with CSS :has selector

Since the dawn of time… okay, since the beginning of CSS at least, we have been taught that CSS is...

Learn More 28 4Sep 16 '24

I tried React Compiler today, and guess what... 😉

This is probably the most clickbaity title I’ve come up with, but I feel like an article about one...

Learn More 47 4Jun 10 '24

React Compiler & React 19 - forget about memoization soon?

React 19 and the React Compiler, previously known as React Forget, have been dominating the React...

Learn More 9 1Mar 13 '24

React useTransition: performance game changer or...?

Table of Contents Let's implement a slow state update Concurrent Rendering and...

Learn More 29 8Oct 23 '23

Fantastic closures and how to find them in React

This article is available in video format. Fewer details, but nice animations and voice instead of...

Learn More 8 0Aug 17 '23

Teleportation in React: Positioning, Stacking Context, and Portals

If you had the chance to gain a superpower, what would it be? How about teleportation? It's one of...

Learn More 13 3Jun 27 '23

React reconciliation: how it works and why should we care

Table of content The mystery: conditional rendering of components React reconciliation...

Learn More 69 4May 18 '23

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

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 9 2May 2 '23

Refs in React: from access to DOM to imperative API

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 2 0Apr 4 '23

How to handle errors in React: full guide

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 15 1Feb 23 '23

How to debounce and throttle in React without losing your mind

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 98 16Jan 12 '23

Fetching data in React: the case of lost Promises

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 28 5Nov 16 '22

How to fetch data in React with performance in mind

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 21 3Oct 11 '22

How it's made: the blog's story and the future

Table of Contents How the blog started How I come...

Learn More 7 0Sep 21 '22

PureComponents vs Functional Components with hooks

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 78 10Sep 13 '22

React re-renders guide: preventing unnecessary re-renders

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 145 2Aug 17 '22

React re-renders guide: why React components re-render

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 59 8Aug 8 '22

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

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 43 2Jul 11 '22

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

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 44 0Jun 15 '22

React project structure for scale: decomposition, layers and hierarchy

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 117 8May 25 '22

React key attribute: best practices for performant lists

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 62 6May 10 '22

React components composition: how to get it right

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 33 15Apr 12 '22

Implementing advanced usePrevious hook with React useRef

Originally published at https://www.developerway.com. The website has more articles like this...

Learn More 9 3Mar 21 '22