早报 @ 2018.11.30
[新闻] Ionic Studio: A Powerful New Way to Build Apps,https://blog.ionicframework.com/announcing-ionic-studio-a-powerful-new-way-to-build-apps/
[新闻] TypeScript 发布 3.2,https://blogs.msdn.microsoft.com/typescript/2018/11/29/announcing-typescript-3-2/
[新闻] Inferno 发布 7.0,https://github.com/infernojs/inferno/releases/tag/v7.0.0
[文章] Git aliases for lazy developers,https://bitsofco.de/git-aliases-for-lazy-developers/
[Tip] 在 package.json 中可以通过 resolutions 强制指定某个依赖的版本,https://github.com/epoberezkin/ajv/issues/889#issuecomment-442762177
[UmiJS] umi ui 支持配置修改,https://gw.alipayobjects.com/zos/rmsportal/VhnJRbnPFFXFFymJeyAX.gif
可以在 https://github.com/sorrycc/zaobao/issues/101 讨论或补充。
早报 @ 2018.11.28
[新闻] react 公布 16.x 的 roadmap,2019 Q1 发布 react hooks,https://reactjs.org/blog/2018/11/27/react-16-roadmap.html
[新闻] Github 提供 Release Only 的 Watch 选项,我把 awesome-f2e-libs 里的库全部 watch 了一遍,https://mobile.twitter.com/github/status/1067483957573373952
[文章] Lazy loading (and preloading) components in React 16.6,https://medium.com/@pomber/lazy-loading-and-preloading-components-in-react-16-6-804de091c82d
[文章] Inside Fiber,详解 React 新的 reconciliation 算法,https://medium.com/react-in-depth/inside-fiber-in-depth-overview-of-the-new-reconciliation-algorithm-in-react-e1c04700ef6e
[文章] Vue 渲染机制,https://xiaoiver.github.io/coding/2018/04/27/Vue-渲染机制.html
[类库] critical 更新 2.0.0-0,https://github.com/addyosmani/critical/blob/v2.0.0-0/CHANGELOG.md#v200—2018-11-27
可以在 https://github.com/sorrycc/zaobao/issues/99 讨论或补充。
早报 @ 2018.11.23
[新闻] antv 年度发布,https://www.yuque.com/antv/blog/2018-release
[新闻] webstorm 更新 2018.3,https://blog.jetbrains.com/webstorm/2018/11/webstorm-2018-3/
[文章] 一篇看懂 React Hooks,https://zhuanlan.zhihu.com/p/50597236
[文章] Experimenting with brain-computer interfaces in JavaScript. https://medium.com/@devdevcharlie/experimenting-with-brain-computer-interfaces-in-javascript-8d6cb891fda8
[类库] A lightweight framework advocating fat reducer with thin actions in Redux,https://github.com/EdStudio/redux-orchestrate
可以在 https://github.com/sorrycc/zaobao/issues/97 讨论或补充。
早报 @ 2018.11.21
[新闻] 一年一度的 github 官方统计,https://octoverse.github.com/
[视频] From codesandbox to github to netlify,线上搞定开发,https://www.youtube.com/watch?v=zv8t_axC-wQ
[类库] imba,The new programming language for web apps,https://github.com/somebee/imba
[类库] awesome-f2e-libs,整理了我平时关注的前端库,https://github.com/sorrycc/awesome-f2e-libs
[类库] awesome-umi,https://github.com/umijs/awesome-umi
[类库] htm,用 template string 处理 jsx,绕开编译环节,某些场景下会有用,比如云编辑器,https://github.com/developit/htm
[类库] unified,插件化的文本处理工具,https://github.com/unifiedjs/unified
可以在 #96 讨论或补充。
早报 @ 2018.11.13
[新闻] QUIC 将成为官方的 HTTP/3,https://daniel.haxx.se/blog/2018/11/11/http-3/
[文章] CSS 网络性能优化方法,最重要的还是提取 Ctrtical CSS,其他的按需加载,https://csswizardry.com/2018/11/css-and-network-performance/
[类库] react hooks,提供 ui 状态的切换辅助方法,https://github.com/Raathigesh/retoggle
[类库] 480 个开源 icon,https://github.com/akveo/eva-icons/
[类库] ProjectVisBug,把任意站点转成 artboard 做可视化拖拽,https://github.com/GoogleChromeLabs/ProjectVisBug
[其他] Google 整理的如何做性能优化,https://web.dev/fast
可以在 https://github.com/sorrycc/zaobao/issues/95 讨论或补充。
早报 @ 2018.11.09
[新闻] now 发布 2.0,build 改进,serverless,monorepo,价格调整等,https://zeit.co/blog/now-2
[新闻] Github issue 可以被删除,https://mobile.twitter.com/github/status/1060233780114288640
[新闻] uglify-es 不维护,又要切回 uglify-js 了,记得之前 webpack@4 是标配 uglify-es 的,https://mobile.twitter.com/dan_abramov/status/1060216917493981184
[视频] 关于 npx,https://egghead.io/courses/execute-npm-package-binaries-with-the-npx-package-runner
[文章] Lazy-loading components in React 16.6,https://blog.logrocket.com/lazy-loading-components-in-react-16-6-6cea535c0b52
[类库] rawact,babel 插件,把 react 组件转为原生 dom,然后不需要 react 和 react-dom,https://github.com/sokra/rawact
可以在 #94 讨论或补充。
早报 @ 2018.11.07
[新闻] Taro 发布 1.1,支持百度和支付宝小程序,https://juejin.im/post/5be179b9f265da613d7b89ec
[文章] Netflix 如何提升 tti 50%,方法是 react ssr,客户端删 react 换原生 js,两种方式的 preload 等,大流量的 landing page 值得借鉴,https://medium.com/dev-channel/a-netflix-web-performance-case-study-c0bcde26a9d9
[文章] 对 React Hooks 的一些思考,https://zhuanlan.zhihu.com/p/48264713
[类库] vuedarkmode,黑色主题很酷,https://github.com/LeCoupa/vuedarkmode
[类库] fx,命令行解析 json,交互式,https://github.com/antonmedv/fx
[UmiJS] umi ui 方案整理,https://github.com/umijs/umi/issues/1415
[UmiJS] css modules 自适应方案整理,https://github.com/umijs/umi/issues/1417
可以在 https://github.com/sorrycc/zaobao/issues/93 讨论或补充。
早报 @ 2018.11.02
[新闻] yarn 1.12.1 已切到 stable tag,pnp 可以用起来了,https://github.com/yarnpkg/yarn/releases/tag/v1.12.1
[新闻] Github 支持 Transfer issue 到其他仓库,https://twitter.com/natfriedman/status/1057678371256119297
[整理] react hooks 在 codesandbox 上的例子,https://twitter.com/codesandboxapp/status/1058020516580220930
[类库] google 出的类 electron 工具,打包基于 pkg,https://github.com/GoogleChromeLabs/carlo
[类库] importAs() and HTML Modules,https://github.com/AshleyScirra/import-as-and-html-modules
可以在 #92 讨论或补充。