[IDEA] Infinite scroll capability implementation for product listing
Opened this issue · 5 comments
Dreimus commented
Is it possible to implement a Typescript Component that allow infinite scroll capability in category page ?
We could potentially set a parameter to enable the infinite scroll instead of classic pagination ?
eveneme commented
+1
yannicka commented
+1 for a parameter to do this.
eveneme commented
+1 good idea
SharakPL commented
But only with a Load more
button. Otherwise it will simply prevent access to everything below the list of products until all pages are loaded.
Hlavtox commented
Watch out that this needs very good implementation.
Changing the URL to keep track of history and when going back to the page, the user must land on where he was before.