You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to improve the performance of my application built using FlexLayout. When I tried using React Profiler, it shows too much rerendering of the whole FlexLayout even when I do anything inside a tab, without affecting any model change.
Is there any way to fix this? As even in the demo website, it rerenders a lot when anything is changed in any one of the tabs. @nealus@nealatcaplin
Please help with this, Thanks
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Open any website built with FlexLayout (even the demo website works)
Enable React Profiler
perform any action inside a tab
check rerenders
Expected behavior
I expect much less rerenders and action inside a tab should not affect whole Layout.