Slowness in app after multiple no of records in list

If you think of refresh in web technology its the same as re-loading, which is what you’d like to avoid since performance will definitely hit a snag as your list grows big.

Am assuming that you are fetching data from a database which is being updated by other users elsewhere. Combining virtual scroll and infinite scroll could serve you better as it keep on loading data and show a small list on the screen at the same time.

1_3L_dOHT5YIQsDhYD1u5XIQ

image courtesy of

How virtual / infinite scrolling works | by Barna Toth | Frontend journeys | Medium

Here is a tutorial showing how to combine both…
Add Virtual Scroll & Infinite Scroll Component in Home Page