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

yew_router should provide an ergonomic way to access the fragment from the URL #1858

Closed
siku2 opened this issue May 18, 2021 · 2 comments
Closed
Labels
A-yew-router Area: The yew-router crate feature-accepted A feature request that has been accepted and needs implementing feature-request A feature request
Milestone

Comments

@siku2
Copy link
Member

siku2 commented May 18, 2021

See #1105

The new router currently doesn't handle fragments at all.
At the very least it should provide a way to access the current fragment from the URL (location.hash) but ideally there should also be a way to manipulate it.

@siku2 siku2 added feature-request A feature request A-yew-router Area: The yew-router crate labels May 18, 2021
@ranile ranile mentioned this issue May 20, 2021
3 tasks
@mc1098 mc1098 added the feature-accepted A feature request that has been accepted and needs implementing label Sep 20, 2021
@voidpumpkin
Copy link
Member

To add context: As I understand this requires a HashRouter to be introduced (Currently there only is BrowserRouter)

@voidpumpkin voidpumpkin added this to the v0.19 milestone Nov 24, 2021
@futursolo
Copy link
Member

Fixed in #2239?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-yew-router Area: The yew-router crate feature-accepted A feature request that has been accepted and needs implementing feature-request A feature request
Projects
None yet
Development

No branches or pull requests

4 participants