Reactjs
Is there any documentation on integration of Adobe Analytics (through javascript not through Launch / DTM) with reactjs SPA (not react-native just plain reactjs)? Or any npm module which helps with the same?
For e.g. here's a module which helps with integration of Google Analytics with react:
https://github.com/react-ga/react-ga
Anything similar for Adobe Analytics?
I tried including appmeasurement.js and calling s.t() from within react code but the code wouldn't compile on doing that.