react-amplitude
react-amplitude copied to clipboard
Real use-case example with Next.js
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
use official amplitude ts https://github.com/amplitude/Amplitude-TypeScript/blob/main/examples/browser/next-app/pages/index.tsx