BrowserHistory
A browser history stores the current location in regular URLs in a web browser environment. This is the standard for most web apps and provides the cleanest URLs the browser's address bar.
See also
https
://github.com/remix-run/history/tree/main/docs/api-reference.md#browserhistory
Functions
Link copied to clipboard
Returns a valid href for the given to
value that may be used as the value of an attribute.
Link copied to clipboard
Encode a location the same way window.history would do (no-op for memory history) so we ensure our PUSH/REPLACE navigations for data routers behave the same as POP