1.0.1 • Published 4 years ago
react-umami v1.0.1
react-umami
this package is a class to easy integrate umami in your react projects.
quickStart
install the package :
npm i react-umamicreate a react_umami class instance
const tracker = new react_umami(
websiteId,
hostname,
umamiUrl
);then import it where you want to track view :
tracker.trackView("/");or track event :
tracker.trackEvent(eventType, eventValue, url);Author :
Lucas Sovre portfolio