1
Navigate without changing URL
E
Esa Nuurtamo
React Router has this functionality: https://v5.reactrouter.com/web/api/MemoryRouter
Some use cases require navigation without changing the URL in address bar.
Twan L
In what case you need this for, i can think off using a useCallback() or useMemo() instead of having this implement in react navigation