Is Helmet Pretty Much Useless for a SPA react app?
Very Noob Question Here. I created my first SPA react app. The navigation is menu items in a header that scroll to anchor tags. Each section is a Component. So my structure is like so class App extends Component { render() { return ( <d...
Feb 18, 2019PGS