wdjungst / react-project

State of the art web development with React.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: Use react-helmet instead of react-title-component

ranyefet opened this issue · comments

Hi there,

This looks like a great project, similar to my setup.
The only thing that different is that I use React Helmet instead of react-title-component

By using react-helmet I can set meta tags for my pages to be used in server side rendering which is important for both SEO and Facebook/Twitter open graph tags.

What do you think about replacing react-title-component with react-helmet ?

Thanks,
Ran.

This would be a welcome pr