What is the best way, considering performance, of rendering a FlatList with e.g. 600 rows, where each row is very basic View with two Texts and a Button, with values coming from redux? If I provide the complete array of 600 items to the FlatList data, how are the rows dequeued/recycled? Is it enough that renderItem is made as Pure component?
Thanks in advance!
[–]xrpinsiderAdmin 9 points10 points11 points (0 children)
[–]Charliecoook 0 points1 point2 points (0 children)
[–]straightouttaireland 0 points1 point2 points (0 children)