react-amplitude icon indicating copy to clipboard operation
react-amplitude copied to clipboard

Real use-case example with Next.js

Open Vadorequest opened this issue 4 years ago • 1 comments

For anyone interested by a real use case with Amplitude and Next.js 9 (universal app), check out https://github.com/UnlyEd/next-right-now

Interesting parts are:

  • https://github.com/UnlyEd/next-right-now/blob/master/src/pages/_app.tsx#L256-L294 provider
  • https://github.com/UnlyEd/next-right-now/blob/master/src/pages/examples.tsx#L32-L43 usage

Vadorequest avatar Mar 03 '20 18:03 Vadorequest

use official amplitude ts https://github.com/amplitude/Amplitude-TypeScript/blob/main/examples/browser/next-app/pages/index.tsx

MaxiSantos avatar Aug 10 '22 13:08 MaxiSantos