Hello ! apologies if I've just missed this somewhere in the documentation, but I was wondering how to do the following:
I have an index page that currently grabs posts, and am using the link state property to pass on information to the specific post page, so I don't have to call the API on that page again for info.
My main question is, how do I access the link state on the page (not the loader)? (or can I?)
p.s. the information is not so nice to pass through the params field, which is why I'd like to be able to use the state.
Thank you !