React Heap Analytics Module
npm install reactjs-heap> React Heap Analytics Module
 
This is a JavaScript module that can be used to easily include Heap Analytics tracking code in a website or app that uses React for its front-end codebase.
You can use yarn or npm.
``bash`
yarn add reactjs-heap
`bash`
npm install --save reactjs-heap
Simply initialize heap tracking:
`
import ReactHeap from 'reactjs-heap';
ReactHeap.initialize('9999999999');
``
Pull requests are welcome! If you have any feedback, issue or suggestion, feel free to open a new issue so we can talk about it 💬.
MIT © pedro-lb