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

chore: switch react-helmet to react-helmet-async #45

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

TeXmeijin
Copy link
Contributor

About this PR

Uninstall react-helmet and install react-helmet-async.

Why?

react-helmet is not maintained actively.

react-helmet has last commit at over 1 year ago.

https://github.com/nfl/react-helmet

react-helmet sometimes causes React warning

See following issue.
nfl/react-helmet#548

And it had not resolved.

react-helmet-async solves the problem and is actively maintained.

Please check following package.

https://www.npmjs.com/package/react-helmet-async

I use this at production service, then it works correctly.

Changes

react-helmet-async has almostly same interfaces and I had changed the library easily.

And I add HelmetProvider to app.tsx.

@netlify
Copy link

netlify bot commented Nov 7, 2021

✔️ Deploy Preview for bulletproof-react-app ready!

🔨 Explore the source changes: 283ef20

🔍 Inspect the deploy log: https://app.netlify.com/sites/bulletproof-react-app/deploys/6187ef5cf92e0500074c93f6

😎 Browse the preview: https://deploy-preview-45--bulletproof-react-app.netlify.app/

@TeXmeijin TeXmeijin changed the title chore: uninstall react-helmet and install react-helmet-async chore: switch react-helmet to react-helmet-async Nov 7, 2021
@alan2207
Copy link
Owner

alan2207 commented Nov 8, 2021

Thanks!

@alan2207 alan2207 merged commit f641f55 into alan2207:master Nov 8, 2021
inoy pushed a commit to inoy/bulletproof-react that referenced this pull request Apr 19, 2023
chore: switch react-helmet to react-helmet-async
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants