Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 146 Bytes

File metadata and controls

7 lines (5 loc) · 146 Bytes

performant large list in react native with typescript

Things used to make it performant

  • FlashList
  • Debouncing technique
  • useRef() hook