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.
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-componentBy using
react-helmetI 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-componentwithreact-helmet?Thanks,
Ran.