1

EDIT: duplicate of React devtools "highlight updates" missing

How do you enable 'highlight updates' in React Devtools V4?

This feature in V3 was pretty nice. Is it even still possible in V4?


V4 was released Aug 15, 2019

Kevin Wang
  • 644
  • 1
  • 8
  • 20

2 Answers2

6

EDIT: "highlight updates" has been released for V4

https://github.com/facebook/react/pull/16989


At the time of this answer,

"highlight updates" is not yet ready for React Devtools V4, according to the react team.

See this github issue:

Devtools V4: Where is Highlight Updates? #16437

Kevin Wang
  • 644
  • 1
  • 8
  • 20
3

Are you asking about Chrome dev tools Paint Flashing?

Add Rendering panel along side Elements, console, Network, Performance, etc.. via

Options > More Tools > Rendering and select Paint Flashing from given options.

Jayraj
  • 390
  • 4
  • 16
  • Hey, thats really cool! So you have my upvote :D, but I'm not referring to Chrome dev tools Paint Flashing. It was specific to react dev tools – Kevin Wang Aug 26 '19 at 05:25