ga-4-react
ga-4-react copied to clipboard
Are page view events sent automatically if I use react router (BrowserRouter)?
Hello,
I haven't been able to find a clear answer to this online. Do I need to worry about adding page view code if I am using a BrowserRouter? Or will ga-4-react automatically track those pages?
Thanks
Example code I would add:
useEffect(() => {
ReactGA.send({ hitType: "pageview", page: location.pathname });
}, [])