DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
18.5k stars 703 forks source link

Implement hash fragments in the router #2320

Closed ealmloff closed 1 week ago

ealmloff commented 2 weeks ago

This PR adds hash segment support for the router. It lets you add hash segments just like you do with (spread) query segments. It also adds a few examples for hash and query segments

https://github.com/DioxusLabs/dioxus/assets/66571940/06e7924b-f516-4c1c-b087-fadb27071921

https://github.com/DioxusLabs/dioxus/assets/66571940/fcef7ad5-e2a7-413c-ab69-ec1b4f1b64b8

Closes #1994