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
The component "Post" which you render in your FlatList is stateful. I think that, because of long lists (or multiple columns FlatLists), some of your components will be re-mounted and, in consequence, will lose their state.
Maybe, it could be good to move those states to redux ;) something that will be also useful to synchronize your roots, or as an in-memory cache to prevent some requests.
The text was updated successfully, but these errors were encountered:
VictorioMolina
changed the title
Could there be some unexpected problems due to Virtualization?
Couldn't there be some unexpected problems due to Virtualization?
Oct 16, 2021
The component "Post" which you render in your FlatList is stateful. I think that, because of long lists (or multiple columns FlatLists), some of your components will be re-mounted and, in consequence, will lose their state.
Maybe, it could be good to move those states to redux ;) something that will be also useful to synchronize your roots, or as an in-memory cache to prevent some requests.
The text was updated successfully, but these errors were encountered: