[Solved] Preserving prior form data when navigating back in Gatsbyjs
I ended up setting up an onClick listener on the filter where if a user clicks it will create a query string and navigate to the same page but with query parameters. Then on page load I read the location.search with contains the query, then parse the query and set the page state from the … Read more