2

I am currently trying to improve my React App performance and I noticed in the Profiler that the bottleneck is in the Layout effects. Any idea what this Layout effect means? I am using Material Table and Material UI, which rerenders when a checkbox is clicked. Thank you!

React Profiler Screenshot

1 Answers1

0

I assume this has to do with the useLayout hook from React. You can also find more information about the profiler in this Github thread.

JnsBne
  • 121
  • 6