ScrollView Vs FlatList

김종민·2022년 4월 27일
0

React-Native(1. Movie)

목록 보기
20/20

https://reactnative.dev/docs/scrollview
https://reactnative.dev/docs/flatlist

공식문서~

  1. scrollview는 한번에 모든 data rendering
    so this has a performance downside.
    data가 많으면 존나게 느려질수가 있음.
  2. FlatList는 화면에 나타날 것 만 rendering=> Lazy rendering
profile
코딩하는초딩쌤

0개의 댓글