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
and navigating between items is super slow even if i swipe faster i can see white screen for some amount of time do you have any ideas how i can optimize it? Current stack
Before, even if the limit of the number of render is set, it will render one more layer of
BaseLayout, which makes the performance can not be maximized, and now the optimization makes
BaseLayout will not render any more, even if the number of data is 1 million, it will only render
the specified amount of render. Performance has improved dramatically.
fix#352, fix#362, fix#258, fix#478
I have following code
and navigating between items is super slow even if i swipe faster i can see white screen for some amount of time do you have any ideas how i can optimize it? Current stack
The text was updated successfully, but these errors were encountered: