When implementing Flashlist of Shopify on the web, I am unable to reduce DOM nodes after loading more data. The active DOM nodes are not decreasing
I am trying to implement Flashlist for Shopify on a web application, but the DOM nodes are not reducing when I click on “Load More”. For better memory optimisation, it is necessary to reduce or recycle existing DOM nodes when loading more data.