Today I learned that you can actually store state in the browser history via the history API (note this is not the query string).

I came across in this post that uses it as a clever method for temporarily storing form data.