6 ms·
Not if you keep changing the URL through JS to reflect the current offset. Like: exampe.com/products#offset-999
by gjvnq 4y ago
Not if you keep changing the URL through JS to reflect the current offset.
Like:
exampe.com/products#offset-999
- cudgy 4y agoThis only works if the data is static. As soon as any item before 999 is deleted or added, offset 999 no longer points to the same data.