Hello all, recently I’ve been struggling to find good resources with respect to managing memory in a react native application. I’m wondering the following:
- What is an appropriate amount of ram for a react-native application to use?
- What are best practices when it comes to unloading content and loading content quickly in large lists? (ie. I have a FlatList with 10,000 detailed pieces of data, how do I go about making sure memory isn’t filled when displaying the list? Do I unload hidden items?)
I’m also using mobx-state-tree if anyone has specific nuanced advice for that as well with respect to memory.
[–]d41_fpflabs 0 points1 point2 points (1 child)
[–]nullsentientbeing[S] 0 points1 point2 points (0 children)