sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

Question: Is SGListView better for fixed height or variable height implementations? #36

Closed mschipperheyn closed 7 years ago

mschipperheyn commented 7 years ago

Perhaps this is something that the documentation can address since a lot of the discussion around listviews focused on the question of whether it optimizes for fixed height or variable height components.

sghiassy commented 7 years ago

It shouldn't really make a difference. The optimization strategy would apply equally as well to both fixed height and variable height cells.

sibelius commented 7 years ago

@mschipperheyn this is better for fixed height list view https://github.com/brentvatne/fixed-height-windowed-list-view-experiment