@deptno/gtag-teact
@WIP
gtag component
install
npm i @deptno/gtag-react
api
- config
config
makes state and causes breaking type system.(not recommend) - set
set
makes state and causes breaking type system.(not recommend) - event
event
support default event types. - action
action
is user customevent
usage
/* GlobalLayoutComponent */
import {config, set, event, action} from '@deptno/gtag'
import {GTag} from '@deptno/gtag-react'
export const GlobalLayoutComponent = _ => {
return (
<>
<!-- ... -->
<GTag id={YOUR_GA_ID} />
</>
)
}
package
-
@deptno/gtag
typescripted gtag wrapper -
@deptno/gtag-react
gtag component
license
MIT