A unique string associated with this location. May be used to safely store and retrieve data in some other storage API, like localStorage.
localStorage
Note: This value is always "default" on the initial location.
https://github.com/remix-run/history/tree/main/docs/api-reference.md#location.key
A URL pathname, beginning with a /.
https://github.com/remix-run/history/tree/main/docs/api-reference.md#location.pathname
A URL search string, beginning with a ?.
https://github.com/remix-run/history/tree/main/docs/api-reference.md#location.search
A URL fragment identifier, beginning with a #.
https://github.com/remix-run/history/tree/main/docs/api-reference.md#location.hash
Generated using TypeDoc
A unique string associated with this location. May be used to safely store and retrieve data in some other storage API, like
localStorage.Note: This value is always "default" on the initial location.