LowesYang

Results 16 comments of LowesYang

flux架构主要解决的问题之一就是组件间的通信问题。如果只是单个组件内的状态,确实用局部状态就可以了~

用于test的查数据api有么?

Has this bug solved? Can life be used in production env?

嗯,组件里确实缺少当src变化的时候重新调用load方法。可以先采用主动调用的方式。 最近比较忙,会尽快push最新的版本。

对于连续push的行为,可以对loadImage封装一个debounce。debounce是实现在一段时间内的连续操作结束后才调用指定的方法。具体可以参考[源码中的debounce实现](https://github.com/yyh1102/vue-lazyload-images/blob/08356065e2fc36277bbc87824ac8cec12af3d520/src/utils.js#L87)。

Sorry for delay. Thanks and good advice! Maybe you can use `throttle` or `debounce` to relieve the problems temporarily, and I'll enhance the project as soon as i can in...

Sorry for delay replying. I've no time to consider to enhance the project recently. It's the best if you can open a pr. I'll appreciate it. : )

Dup with #258 . I heard from @sportshark in #258 that this WeChat public channel account is run free of charge, but in this issue it proposes a budget. Considering...

![image](https://user-images.githubusercontent.com/10328169/36734447-80548820-1c0e-11e8-809f-bf2234b41fae.png) @jiyuxuan1944 So that's what @sportshark said "running free of charge"? Application is free for sure, the cost obviously comes from the operation, which is the same as most kinds...