-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Set title for posts written as React components #3143
Closed
Comments
You can set the title from anywhere. React Helmet will use the last set value for the title (or any tag) from wherever it gets called. |
oooo that's easy, thanks! It seems to be working great. I just stuck a Helmet in the component. Sweet.
|
Hope that was helpful @melissamcewen ! Closing this issue for now as it appears your question has been answered. Feel free to re open if not :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an easy way to do this? I'm using React Helmet for the head and it's easy to set a global title, but I'm wondering if there is a way to set the title of pages created as React components?
The text was updated successfully, but these errors were encountered: