1) Query Parameter
The benefit of using a query param is that it leverages the browser history allowing native navigation2) State Based
You can also treat the clasp-components as a controlled component by passing aclaspState
variable and an onChangeState
function to listen for page state changes.
It’s best to opt for the Query Parameter option to leverage the browser’s native navigation system.