Relative Content

Tag Archive for javascriptreact-nativereact-native-flatlistinfinite-scrolltanstackreact-query

Why the below Log comes using React Native FlatList, even I have used React.memo for renderItem component(tried without it too) & infinite scrolling?

LOG VirtualizedList: You have a large list that is slow to update – make sure your renderItem function renders components that follow React performance best practices like PureComponent, shouldComponentUpdate, etc. {“contentLength”: 3236.363525390625, “dt”: 966, “prevDt”: 863} Code used is given below, there is no Error in code but why that Log for VirtualizedList :- return […]