Router does not ignore hash part
See original GitHub issueIs there a way to make the router ignore the hash part, if using /
-based routes?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Use BrowserRouter to ignore hash in URL with browser back ...
Use BrowserRouter to ignore hash in URL with browser back button · Go to site.com · Interact and open a modal : site.com#modal...
Read more >URL.hash - Web APIs - MDN Web Docs
The hash property of the URL interface is a string containing a '#' followed by the fragment identifier of the URL.
Read more >CWE-759: Use of a One-Way Hash without a Salt
Router does not use a salt with a hash, making it easier to crack passwords. + Potential Mitigations. Phase: Architecture and Design.
Read more >Location hash Property - W3Schools
hash property sets or returns the anchor part of a URL, including the hash sign (#). Note. When location.hash is used to set...
Read more >How to Remove the Hash From URLs in Vue Router
There is no hash character before the “/about” route path. Remove hash from URL in Vue 2 and Vue Router 3. Vue 2...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
FYI I haven’t read or responded to this yet, but I do plan to when I have time. Don’t want you to mistake my silence for dismissal. Thanks for your patience.
On Mon., 13 May 2019, 7:17 pm Akos Vandra, notifications@github.com wrote:
@japgolly ? Just hit this again. And the fun part is that an external srervice is redirecting to my SPA, and I may or may not get a query part, and the order of the query arguments changes from request to request…
In this case I’d like the ability to extract the query params, but I don’t care about their order… Accessing them from within the route is fine too though. (Possibly an initialStateFromProps, and access the data through ctl?)