React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Profiler Quiz
When does the Profiler onRender callback run?
Report this question
Whenever the profiled tree commits an update
Show Explanation
React calls onRender after a profiled subtree commits, giving information about the render.
Only when the browser reloads
Only during package installation
Before React renders anything
Next Question (3/20)