Discussion about this post

User's avatar
Reid JS's avatar

Since I'm not concerned about the security/privacy of the things I'm putting in the query params (they are all public anyways) nor am I going to hit a huge number of string length, I am going to use the first approach (query params) even though it's a bit more difficult to set up in my framework. I generally want to preserve back/forward button, so this makes sense to control the windows on the site using query params

Expand full comment

No posts