1.0.1 • Published 2 years ago

react-umami v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

react-umami

this package is a class to easy integrate umami in your react projects.

quickStart

install the package :

npm i react-umami

create 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