import { hotjar } from 'react-hotjar'; hotjar.initialize(hjid, hjsv); <!-- Optional identify call --> hotjar.identify('USER_ID', { userProperty: 'value' });
npm install react-hotjar --save