react-project
react-project copied to clipboard
Suggestion: Use react-helmet instead of react-title-component
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