Wells
Wells
@MiaLeung01 throttle不能用箭头函数,会使fnc.apply(this), this 的指向指到父函数。 比如: function test(p1) {console.log(p1)}, throttle(test, 200)('test'); log函数的p1没有使用test。
> 通过插件形式支持呢?把这个配置抽成plugin 还是说在webpackLoaders支持type配置
> quick workaround to get ArrayBuffer with correct length > `Uint8ArrayInstance.slice().buffer` it works. Great
> go-rax 项目中 weex 链路默认是没有做转场动画能力的,可以使用 universal-navigate 包借助 weex 的 navigator api 实现转场。 使用 universal-navigate 包跳转是在多页面基础上的,使用rax官网的build-plugin-rax-app套件,打包后只有一个index.weex.js,没有多页面的。