6 Replies
Hi @Joe Gaffney. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
I'm sorry, but the provided knowledge sources do not contain information on how to use
createHashRouter
with React Router. However, Refine does provide a useGo
hook with a hash
parameter that you can use to add a hash to the path. You can also use the options.keepHash
parameter to determine whether the current hash should be kept or not in the URL.
For more detailed information, you may want to refer to the official React Router documentation or the Refine documentation:
- Refine useGo hook (https://refine.dev/docs/routing/hooks/use-go#hash)
- Refine useGo options.keepHash (https://refine.dev/docs/routing/hooks/use-go#optionskeephash)
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@422289470487003153> kapa.ai is still learning and improving, please let us know how it did by reacting below
harsh-harlequinOP•8mo ago
@kapa.ai This router is useful if you are unable to configure your web server to direct all traffic to your React Router application. Instead of using normal URLs, it will use the hash (#) portion of the URL to manage the "application URL".
Let me check the knowledge base for you. One moment! :books:
----------------------
I'm sorry, but the provided knowledge sources do not contain information on how to use hash routing with React Router or how to configure a web server to direct all traffic to a React Router application.
Hash routing is a technique used in single page applications where the URL is used to simulate a multi-page experience. It uses the hash (#) portion of the URL to manage the "application URL". This is useful when you are unable to configure your web server to direct all traffic to your React Router application.
For more detailed information, you may want to refer to the official React Router documentation.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
<@422289470487003153> kapa.ai is still learning and improving, please let us know how it did by reacting below
harsh-harlequinOP•8mo ago
For anyone else that stumbled upon this its very simple you can just change