早报 @ 2017.12.19


早报 @ 2017.12.18


早报 @ 2017.12.14


早报 @ 2017.12.13

More


早报 @ 2017.12.12


早报 @ 2017.12.8

付费 workshop 的 PPT,300 多页,Advanced State Management in React (feat. Redux and MobX),https://www.dropbox.com/s/a3rpf77rpaw3hgi/Advanced State Management.pdf?dl=0#
Chrome 63 新特性,import() 语法,async 迭代器,滚动条行为控制,Promise 支持 finally 等,https://developers.google.com/web/updates/2017/12/nic63
netlify 的开源 cms,旨在为静态站点添加 CMS 能力,基于 react,https://github.com/netlify/netlify-cms
umi 新增 dva 例子,尤其适用于多页场景,https://github.com/umijs/umi/tree/master/examples/with-dva
更多
babel 之歌,😆。https://www.youtube.com/watch?v=40abpedBKK8,https://medium.com/@angustweets/hallelujah-in-praise-of-babel-977020010fad
想了新 feature?文档先行!https://twitter.com/housecor/status/938805364442718210
Marco Arment 的免费新软,用于 podcast 制作,https://overcast.fm/forecast
Refined twitter,https://github.com/sindresorhus/refined-twitter


早报 @ 2017.12.7

  1. Redux Zero,没有 reducer 和 dispatcher,只管调 action,https://medium.com/@matheusml/introducing-redux-zero-bea42214c7ee,https://github.com/concretesolutions/redux-zero

  2. 新的打包工具,比 webpack 快,可以以 html、js 和 css 为入口,https://github.com/parcel-bundler/parcel,https://github.com/sorrycc/blog/issues/52

  3. 重定位到 npm 包的 repository 页,有网页也有命令行,http://ghub.io/

  4. O’Reilly 新书,《Vue.js:Up & Running》,https://www.safaribooksonline.com/library/view/vuejs-up/9781491997239/


早报 @ 2017.12.5

  1. webpack@4.0.0-alpha.0 发布,import() 语法变更,支持 esm 等,目前还没看到特别心动的 feature,webpack/webpack#6064

  2. 学点 React 模式,限时免费的 egghead 课程,https://egghead.io/courses/advanced-react-component-patterns

  3. A CLI React performance optimization tool that identifies potential unnecessary re-rendering,https://github.com/reactopt/reactopt

  4. 一年一度的 Pereformance Calendar 又开始写了,https://calendar.perfplanet.com/2017/

  5. vscode best practice, http://vscodecandothat.com/


早报 @ 2017.12.1

  1. 小程序组件化开发框架,https://mp.weixin.qq.com/s/bUuHM_U1W5rFxWoGGvQwJQhttps://github.com/Tencent/wepy

  2. React 性能优化,主要是 shouldComponentUpdate、控制 rerender 范围,以及合理利用 debounce 和 throttle,https://medium.com/myheritage-engineering/how-to-greatly-improve-your-react-app-performance-e70f7cbbb5f6

  3. Kyle Simpson 的 Office Hours,看看大神如何编码,https://www.youtube.com/watch?v=YC8AQuuszOo

  4. Medium 鼓掌效果的实现,https://medium.freecodecamp.org/how-i-re-built-the-medium-clap-effect-and-what-i-got-out-of-the-experiment-991672995fdf

  5. ThroughtWork 11 月份的技术雷达,https://mp.weixin.qq.com/s/Dgkny4mtC-anOxUBsNwOrg

  6. ThinkJS 3.0 如何实现对 TypeScript 的支持,https://zhuanlan.zhihu.com/p/31057738

  7. 如何用 Vue.js 实现一个建站应用,https://zhuanlan.zhihu.com/p/30888164https://github.com/github-libra/lego