React library that allows you to get analytics of user's experience
- Step 1:
Install trackify
npm i trackify- Step 2:
Just cover Trackify around your app like this
import { TrackifyProvider } from "trackify";
return(
<TrackifyProvider>
<App />
</TrackifyProvider>
);