DEV Community

Nadia Makarevich profile picture

Nadia Makarevich

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

Work

Frontend Architect

React Compiler & React 19 - forget about memoization soon?

React Compiler & React 19 - forget about memoization soon?

7
Comments 1
7 min read

Want to connect with Nadia Makarevich?

Create an account to connect with Nadia Makarevich. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
React useTransition: performance game changer or...?

React useTransition: performance game changer or...?

29
Comments 8
11 min read
Fantastic closures and how to find them in React

Fantastic closures and how to find them in React

9
Comments
15 min read
Teleportation in React: Positioning, Stacking Context, and Portals

Teleportation in React: Positioning, Stacking Context, and Portals

12
Comments 3
14 min read
React reconciliation: how it works and why should we care

React reconciliation: how it works and why should we care

69
Comments 4
18 min read
Say no to "flickering" UI: useLayoutEffect, painting and browsers story

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

8
Comments 2
15 min read
Refs in React: from access to DOM to imperative API

Refs in React: from access to DOM to imperative API

2
Comments
12 min read
How to handle errors in React: full guide

How to handle errors in React: full guide

15
Comments 1
11 min read
How to debounce and throttle in React without losing your mind

How to debounce and throttle in React without losing your mind

95
Comments 16
13 min read
Fetching data in React: the case of lost Promises

Fetching data in React: the case of lost Promises

28
Comments 5
13 min read
How to fetch data in React with performance in mind

How to fetch data in React with performance in mind

21
Comments 3
20 min read
How it's made: the blog's story and the future

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

7
Comments
11 min read
PureComponents vs Functional Components with hooks

PureComponents vs Functional Components with hooks

78
Comments 10
14 min read
React re-renders guide: preventing unnecessary re-renders

React re-renders guide: preventing unnecessary re-renders

143
Comments 2
10 min read
React re-renders guide: why React components re-render

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

42
Comments 7
6 min read
The mystery of React Element, children, parents and re-renders

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

43
Comments 2
10 min read
How to useMemo and useCallback: you can remove most of them

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

44
Comments
11 min read
React project structure for scale: decomposition, layers and hierarchy

React project structure for scale: decomposition, layers and hierarchy

116
Comments 8
20 min read
React key attribute: best practices for performant lists

React key attribute: best practices for performant lists

62
Comments 6
10 min read
React components composition: how to get it right

React components composition: how to get it right

33
Comments 14
14 min read
Implementing advanced usePrevious hook with React useRef

Implementing advanced usePrevious hook with React useRef

9
Comments 3
9 min read
Higher-Order Components in React Hooks era

Higher-Order Components in React Hooks era

338
Comments 5
13 min read
React component as prop: the right way™️

React component as prop: the right way™️

44
Comments 6
12 min read
How to write performant React apps with Context

How to write performant React apps with Context

124
Comments 9
13 min read
Why custom react hooks could destroy your app performance

Why custom react hooks could destroy your app performance

88
Comments 14
11 min read
How to write performant React code: rules, patterns, do's and don'ts

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

99
Comments 9
16 min read
Advanced typescript for React developers - discriminated unions

Advanced typescript for React developers - discriminated unions

39
Comments 3
9 min read
Advanced typescript for React developers - part 3

Advanced typescript for React developers - part 3

107
Comments
7 min read
Advanced typescript for React developers

Advanced typescript for React developers

30
Comments
12 min read
Typescript generics for React developers

Typescript generics for React developers

131
Comments 4
8 min read
loading...