An open API service indexing awesome lists of open source software.

https://github.com/codeadamca/react-google-analytics

A basic example of integrating Google Analytics into a React app.
https://github.com/codeadamca/react-google-analytics

google-analytics react

Last synced: 3 months ago
JSON representation

A basic example of integrating Google Analytics into a React app.

Awesome Lists containing this project

README

        

# Google Analytics in a React App

A basic example of adding Google Analytics to a React.js app.

This example uses the [react-navigation](https://github.com/codeadamca/react-navigation) and [react-page-titles](https://github.com/codeadamca/react-page-titles) repos as a starting point.

***

## Repo Resources

* [React.js](https://reactjs.org/)
* [react-router-dom](https://www.npmjs.com/package/react-router-dom)
* [react-ga](https://www.npmjs.com/package/react-ga)
* [Saeloun](https://blog.saeloun.com/2022/02/17/how-to-integrate-react-app-with-google-analytics.html)