Using TSR in an existing app that already uses GET param routing
Hi, i'd like to use TSR in an app that already uses a GET param for routing, i.e. i'd like to use TSR while on this URL:
example.com/?module=foo
. The module=foo
param will always be there and i'd like to make TSR use additional GET params to store the current client-side-only route / parameters, e.g. example.com/?module=foo&page=about
.
Is this possible?1 Reply
xenial-blackOP•14mo ago
I guess this answers my question... no GET param based routing :(
https://discord.com/channels/719702312431386674/1205173159163338772
hash history routing will do for now i think ^^'