Super convenient analytics provider for React
- 💙 Typescript support
- 👨👩👧👦 GA4 support
- 🏃 Currently maintaining
npm i --save @every-analytics/react-analytics-provider
# or
yarn add @every-analytics/react-analytics-providerYou can check examples here
import{AnalyticsProvider}from'@every-analytics/react-analytics-provider';<AnalyticsProvideronInitialize={()=>console.log('initialized')}onPageView={(params)=>console.log('pageview',params)}onEvent={(name,params)=>console.log('event',name,params)}onClick={(name,params)=>console.log('click',name,params)}onSetUserId={(userId)=>console.log('setUserId',userId)}><App/></AnalyticsProvider>This project exists thanks to all the people who contribute. [Contributing]
MiryangJung | Choi Sumin 📖🚇💻👀 | HyojinKim 💡 | Yurim Jalynne Jin 💻 | JunHee Lee 💻🚇👀 | Youngchang Lee 💻🚇👀 | Johan Kim 👀 |
Leehaeun 💻👀 | Jiyoon Hur 💻👀 | Seongcheol Jo 💻 | uoon (philos) 💻👀 | chanheeis 💻👀 |
Licensed under the MIT License, Copyright (c) 2021 EveryAnalytics.
See LICENSE for more information.
