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
Sometimes you want to redirect grammatically after user interaction / redux action fired.
What is the equivalent of browserHistory.push(path) to allow client-side redirects without using the naxt/link component?
The text was updated successfully, but these errors were encountered:
@arunoda The PR is exactly what I mean, I hope it will be merged promptly.
As for getting access to the router currently - I have checked the routing part of the readme and wasn't able to locate the way to access it. Would you be so kind and be more specific?
Thank you!
Ajar
lockbot
locked as resolved and limited conversation to collaborators
May 12, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes you want to redirect grammatically after user interaction / redux action fired.
What is the equivalent of
browserHistory.push(path)
to allow client-side redirects without using the naxt/link component?The text was updated successfully, but these errors were encountered: