Infinite Scroll implementation in React Native and Node
When there is a large number of records to be fetched for a particular query and because fetching such huge data and rendering on the screen will downgrade the application performance. To solve this issue we need to fetch and…