-
-
Notifications
You must be signed in to change notification settings - Fork 7
handle client-side history changes #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -113,9 +117,9 @@ def _match_route( | |||
return None | |||
|
|||
|
|||
_link = export( | |||
_link, _history = export( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to create an issue detailing our long term solution for back-button behavior
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's here: #19
We might want to get this merged soon. People other than me are starting to use |
closes: #16
Also adds a
*
pattern to the simple router that matches anything (used as catch-all route).