Skip to content

Instantly share code, notes, and snippets.

@marekpiechut
Created June 22, 2021 10:53
Show Gist options
  • Select an option

  • Save marekpiechut/835f5557263a4e3f2e4f3d98bc28eb00 to your computer and use it in GitHub Desktop.

Select an option

Save marekpiechut/835f5557263a4e3f2e4f3d98bc28eb00 to your computer and use it in GitHub Desktop.
React-profiler
<Profiler
id="user-profile"
onRender={(
id,
phase,
actualTime,
baseTime,
startTime,
commitTime,
interactions
) => aggregatePerformance(id, phase, actualDuration, interactions)}
>
<UserProfile user={user} />
</Profiler>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment