remix-run / history

Manage session history with JavaScript
MIT License
8.29k stars 961 forks source link

[react-router-dom v6] HashRouter support #956

Open khertg opened 2 years ago

khertg commented 2 years ago

Currently using "react-router-dom": "^6.3.0". Any support with this version ?

thejohnhoffer commented 1 year ago

I'm not a maintainer, but HashRouter is still supported in v6.3.0. The beginning of the URL hash must be #/, since hashType="noslash" has been removed in V5.