Component - Why FlatList handles large datasets efficiently
The FlatList component in React Native efficiently displays large lists by rendering only the items visible on the screen plus a small buffer. This approach saves memory and improves performance, making scrolling smooth even with thousands of items.