React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Profiler Quiz
What is a useful onRender behavior in a performance investigation?
Report this question
Aggregate or log timing data for the measured subtree
Show Explanation
The onRender callback can collect render timing data so you can inspect performance trends.
Mutate props during render
Reload the browser on every render
Create a new root for each commit
Next Question (18/20)