You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curious if you've thought about (or would ever support) a way to optionally integrate react-call with URL state so that native navigation (i.e. hitting back) would work to close modals opened using it? Effectively using the URL as the state manager instead of whatever you're doing today.
It probably gets tricky especially given any arbitrary parameters can be sent to react-call, but the use case of not breaking the back button would be good.
The text was updated successfully, but these errors were encountered:
rik-iso
changed the title
Integrating with URL parameters?
Integrating with URL parameters/supporting browser "back" button?
Jan 5, 2025
While this can already be achieved by subscribing to navigation events and triggering call.end() from there, that's some manual work and I understand this is typical enough to provide a more out-of-the-box opt-in solution.
Thanks for your suggestion @rik-iso, I'll keep it on the radar!
Curious if you've thought about (or would ever support) a way to optionally integrate react-call with URL state so that native navigation (i.e. hitting back) would work to close modals opened using it? Effectively using the URL as the state manager instead of whatever you're doing today.
It probably gets tricky especially given any arbitrary parameters can be sent to react-call, but the use case of not breaking the back button would be good.
The text was updated successfully, but these errors were encountered: