ReactJS for Websites like Medium – Server-Side Rendering – SEO
I am trying to implement a simple project that works like Medium.com. My project is built in ReactJS. My issue is on meta tags and SEO. I know that modifying the meta tags on client side (e.g. using react-helmet) is…