How can I get history in NextJS? Or just Focus on item I redirected user from when he comes back

I need to focus on the item my user was redirected from to details page when he comes back. To do so I figured I need to have focus func in my general info page (
/users/
) and focus if someone is redirected to it from details page (
/user/{id}
). Do I need to get that id to focus on that item?
Was this page helpful?