What is React Helmet

If you’ve spent any time building single page applications (SPAs) with React, chances are you’ve heard of the react-helmet library. React helmet streamlines much of the work involved in maintaining the document head of your React page components. But why do we need react-helmet to modify our <head> tag, can’t we just do it ourselves? … Continue reading What is React Helmet