WeHIT / wiki

Small Record In WeHIT Development
0 stars 0 forks source link

React Native 埋点探讨 #14

Open rccoder opened 7 years ago

rccoder commented 7 years ago
rccoder commented 7 years ago
  1. 手动埋点

执行到部分逻辑的时候调用封装的接口

  1. 自动埋点
<View data-spm="123.33.3.33"></View>

可以封装需要点击的组件,在组件里面请求,传 data-spm 的 props

H5 的话可以拦截点击事件,计算 DOM 上的东西