Hi,

My use case is that I have a blog home page, where users can search for blogs and can click on view more to view all the blogs (3 new blogs are loaded on each click, I am storing this value in a custom state).
When they click on any one blog they are redirect to the a different page, when they click on back button on this new page. I want them to be redirected to the position they were in the blog home page. I want to retain the string they searched for as well.

I do not want to use cookies or localstorage as I do not want these values to be persisted. Is there a way to pass these values to URL params?