This is so that if a user just loads example.com/item/item2 it will load that single item. But, if they are viewing via a category, they can paginate through them, and the url changes each time.
Any ideas on the smartest approach to achieve this?
I’m successfully paginating, but without URL path changing.
thank you Apple, the feature that was implemented looks suitable, without knowing exactly how to implement it just yet - so thank you for sharing this - it’s promising and i’ll dig deeper.
Thanks @AdrianoLuiz for this - but wouldn’t this simply add the offset to the url, rather than the UUID of the item itself? that’s what I need to change on each page url
Never really tried this but just a idea the query manager variables you define can be set using dynamic events (for example a button click etc) and will be in the url, depending how your pagination is setup maybe you could use this event instead of the state manager to customise the url instead of just the offset value?