Server Side Rendering: Set title via React #181
Labels
[Feature Group] Appearance & Themes
Features related to the appearance of sites.
[Pri] BLOCKER
Server Side Rendering
[Type] Task
Milestone
We're currently setting
document.title
inclient/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.
The text was updated successfully, but these errors were encountered: