renrenche-fe / awesome-articles

分享读过的好文章
MIT License
25 stars 1 forks source link

Long time no see 的第十七周 2018-04-13 #17

Open sunhengzhe opened 6 years ago

sunhengzhe commented 6 years ago

好了!快来发好文章吧!:laughing:

KingJeason commented 6 years ago

https://github.com/KingJeason/wepy-books https://github.com/KingJeason/wepy-calendar 空闲时间做的一些玩具,,大佬们给些指导吧-~~

ShaofeiZi commented 6 years ago

https://github.com/ShaofeiZi/angular_concept angular的一个整体介绍吧

yinkaihui commented 6 years ago

vue nextTick深入理解-vue性能优化、DOM更新时机、事件循环机制 大概讲了nextTick的触发时机,应用场景。涉及到了事件循环的概念。所以配合以下食用更佳! 从Promise来看JavaScript中的Event Loop、Tasks和Microtasks #21

ShaofeiZi commented 6 years ago

https://github.com/ShaofeiZi/30-days-proficient-in-rxjs 之前看到的一个不错的RXJS的入门介绍

ThoughtZer commented 6 years ago

https://github.com/ustbhuangyi/better-scroll/ 看到之前微众项目想要依赖cube-ui(滴滴的vueUI库),但是由于一些适配UI原因放弃了。但是里面内部的一些依赖,比如 better-scroll 滚动处理,可以在移动端做滚动交互优化~ 作者也给出了一些文章 当 better-scroll 遇见 Vue,讲述在Vue中的使用。

miSunLaughing commented 6 years ago

两篇关于redux的文章 react、redux、react-redux之间的关系 从redux全局变量对象到私有化至react的context中,分析了redux如何和react产生关联的原理 一幅图明白React-Redux的原理 用一张图分析了react应用中使用redux的时候,整个数据流的变化。再从react-redux的connect和combineReducers两个API解析了react-redux的实现

keer3 commented 6 years ago

最近因为要做移动端的估值改版,看了一些移动端适配的文章,感觉下面文章介绍的比较详细。 关于移动端适配的方案需要时间做一个系统的整理。

还有文章中提到的一些参考文章也比较好