Skip to content
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

handle client-side history changes #18

Merged
merged 11 commits into from
Jun 11, 2023

Conversation

rmorshea
Copy link
Contributor

@rmorshea rmorshea commented May 11, 2023

closes: #16

Also adds a * pattern to the simple router that matches anything (used as catch-all route).

@rmorshea rmorshea marked this pull request as ready for review May 16, 2023 04:30
@rmorshea rmorshea requested a review from Archmonger May 17, 2023 04:20
.github/workflows/test.yaml Outdated Show resolved Hide resolved
@@ -113,9 +117,9 @@ def _match_route(
return None


_link = export(
_link, _history = export(
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's here: #19

@Archmonger
Copy link
Contributor

We might want to get this merged soon. People other than me are starting to use reactpy-router.

@rmorshea rmorshea merged commit 00974fa into reactive-python:main Jun 11, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Back Button Does Not Work
2 participants