Hash Params vs Query Params

On a single webpage, the experience i'm building will transition between multiple retool apps within the iframe (all while staying on the same URL).

With this in mind, does it make a difference in using Query Params or Hash Params?

Hey @slittle,

Doesn't make any difference. You're reloading the embedded retool app so any params work.

For your use-case, would implementing the navigation INSIDE the retool app make things easier? so you don't have to handle that logic at the parent level.