rsnext/examples/with-react-ga/README.md

1.2 KiB

React-GA example

This example shows the most basic way to use react-ga using custom App component with NextJs. Modify Tracking ID in utils/analytics.js file for testing this example.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-react-ga with-react-ga-app
# or
yarn create next-app --example with-react-ga with-react-ga-app

Deploy it to the cloud with Vercel (Documentation).