Best way to pass complex values (e.g. objects) to a route?

Given a route that needs somewhat complex data, like an object, what's the best way to pass this data to the route? If multiple other areas of the app need to redirect the user to this one route, how would the pass data to it?
1 Reply
halu
halu3w ago
global store, the url itself, potentially router load pattern, etc. really depends on the specifics i think