You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should allow for bookmarking/direct linking to filtered pages by persisting the parameters in the URL. We can use Gatsby to pushState without navigating the page, though I'm not sure if it's preferable to use ?queryparams or #hashState.
The text was updated successfully, but these errors were encountered:
We should allow for bookmarking/direct linking to filtered pages by persisting the parameters in the URL. We can use Gatsby to
pushState
without navigating the page, though I'm not sure if it's preferable to use?queryparams
or#hashState
.The text was updated successfully, but these errors were encountered: