ScrollView takes and renders all items in a list at once. Whereas, Flatlist loads only a list of items that can be displayed on one screen. When the user scrolls down, it fetches new data, adds them to the list, and renders it on the screen. *THEREFORE WE USED FLATLIST FOR AN UPDATED VERSION OF LIST*
-
Updated
May 26, 2022 - JavaScript