-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Priority: LowThe issue has low priorityThe issue has low priorityenhancementNew feature or requestNew feature or request
Description
現状、 /?a=b&c=d/#/path/to/route というURL を使っているが、 react-router でハッシュルーティングをする場合は /#/path/to/route?a=b&c=d と書ける。前者は window.location.search でアクセスするのに対して、後者は useLocation() のフックでアクセスする。
後者に統一して一貫性を保つのが良い。ハッシュルーティングをやめる場合にも切り替えが容易になる。api.app.geolonia.com で発行している招待の URL や各種のドキュメントも合わせて修正が必要。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: LowThe issue has low priorityThe issue has low priorityenhancementNew feature or requestNew feature or request