Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: switch from Reach Router to React Router with hash history #49

Merged
merged 1 commit into from
Nov 3, 2019

Conversation

hallettj
Copy link
Contributor

@hallettj hallettj commented Nov 3, 2019

Memory history with Reach Router did not work in production for absolute
paths. With memory history paths need to be relative to the file path of
the main HTML file. Hash history is easier to work with in this case

  • but Reach Router does not support hash history. Thus the switch to
    React Router.

Resolves #47

Memory history with Reach Router did not work in production for absolute
paths. With memory history paths need to be relative to the file path of
the main HTML file. Hash history is easier to work with in this case
- but Reach Router does not support hash history. Thus the switch to
React Router.
@hallettj hallettj merged commit f532f28 into master Nov 3, 2019
@hallettj hallettj deleted the jh/switch-to-react-router branch November 3, 2019 18:57
@hallettj
Copy link
Contributor Author

hallettj commented Nov 3, 2019

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@hallettj
Copy link
Contributor Author

hallettj commented Nov 4, 2019

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Message compose view cannot be closed
1 participant