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

Server Side Rendering: Set title via React #181

Closed
hoverduck opened this issue Nov 19, 2015 · 1 comment
Closed

Server Side Rendering: Set title via React #181

hoverduck opened this issue Nov 19, 2015 · 1 comment

Comments

@hoverduck
Copy link
Contributor

We're currently setting document.title in client/lib/screen-title. This won't work for server-side rendering, though.

Let's use React to set the title, or to be more precise, https://github.com/gaearon/react-document-title or https://github.com/nfl/react-helmet (the latter is also suitable for meta tags, which will be relevant for SEO).

This will probably require #179 first.

@ehg
Copy link
Member

ehg commented Feb 8, 2016

Closing due to #2182

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

No branches or pull requests

3 participants