-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Updating title using React-Helmet #89
Comments
I've been using react-document-meta in my own project. Aside from your personal pride (😀), are there significant benefits to helmet? |
I personally haven't used |
It looks like they are pretty similar, the biggest advantage would be hands on support, I can always bubble up any issues to the team. :) We are using |
Good enough reasons for me. PR away! |
So what is the plan with this? |
I'll issue a PR ASAP. |
@erikras I just started integrating react-helmet, there are only a few TODO:
(I'm doing this outside of work hours, I'll try to finish it up by thursday / friday) |
👍 |
Sorry, I got slammed at work, I'll have this done tonight. |
@tmbtech Does react-helmet work with SSR? |
Looks like react-helmet could be used to render on the server side: https://github.com/nfl/react-helmet#server-usage |
@erikras How do you feel about adding React-Helmet to update titles and meta data? This component would allow developers to update the title/meta tags based on the view.
I'm part of the team that open sourced it. I can PR some code, but I wanted to check with you before I started writing code.
lmk, thanks.
The text was updated successfully, but these errors were encountered: