All Questions
2 questions
0
votes
1
answer
27
views
React Native FlatList: What's more performant, passing object or passing reference to object?
I'm using MaterialTopTabNavigator with React Navigation v6. Each tab contains a FlatList. I have an array of objects that I want to render in each list, and this object is stored in Redux. I have two ...
3
votes
1
answer
881
views
Meaning of the object returned when VirtualzedList is slow to update in React Native
I am working on making a social networking app for my university campus. I am using React Native. Right now I am using Redux to maintain my app state, React-redux to bind the state to various React ...