Adding Google Analytics to React

后端 未结 6 1539
别那么骄傲
别那么骄傲 2021-01-30 16:23

I am trying to add Google Analytics to a React Web Application.

I know how to do it in HTML/CSS/JS sites and I have integrated it in an AngularJS app too. But, I\'m not

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-30 16:44

    One other great library that you can check is redux-beacon.

    It gets integrated very easily with react/redux application and has a great documentation for it. ReactGA is good too but with redux-beacon, you won't clutter your app code with google analytics code as it works via its own middleware.

提交回复
热议问题