Yangling Xie

Results 5 comments of Yangling Xie

==> cowlib (compile) ERROR: OTP release 18 does not match required regex R15 ERROR: compile failed while processing /Users/sam/Workstation/mycodes/el/cowboy-examples/deps/cowlib: rebar_abort make: **\* [app] Error 1

我觉得“节流”和“去抖”应该结合在一起:间隔时间段内,只执行一次。 比如下面一段代码: ``` /** * 设置只执行一次的timer */ let timer = {}; const TS = 200; function _clearTimer(name){ if (timer[name]) { window.clearTimeout(timer[name]) timer[name] = null } } export default function setTimer(name,...

如今spa技术大行其道,reactjs 的 jsx 本身就支持默认引擎

之前好像做过这样的尝试,有时间我再看看。