技术周报 · 2021-06-11

781 阅读2分钟

小编推荐

大型前端项目 DevOps 沉思录 —— CI 篇

「本篇文章将着重探讨 DevOps 在持续集成阶段需要提供的能力,将对工作流的设计及流水线的优化思路做一个简要讲解。」

The Plan for React 18

React 18 将包含开箱即用的改进(如 automatic batching),全新的 API(如 startTransition)以及内置了支持 React.lazy 的全新 SSR 架构。

  

附:中文版

CSS size-adjust for @font-face

As a web font loads, you can now adjust its scale, to normalize the document font sizes and prevent layout shift when switching between fonts.

框架 & 基础

微前端框架 MicroApp 介绍与落地实践

MicroApp 从组件化的思维实现微前端,旨在降低上手难度、提升工作效率,提供了 js 沙箱、样式隔离、元素隔离、预加载、资源地址补全、插件系统、数据通信等一系列完善的功能。

跨端复用框架设计与实践

「我们从复用设计层面出发,探索出页面复用模式、组件复用模式、“组件+逻辑复用”模式等三种复用设计方式,并且根据不同的场景下采用不同的复用模式,可以较好地处理跨端差异化问题,同时能兼顾效率提升、性能体验和可维护性。」

JavaScript 代码整洁之道:异常处理篇

「无数例子告诉我们,如果编程语言提供了异常处理,我们必须使用它去处理异常,这样我们就能专注于业务本身的逻辑。」

浅析 NodeJS 多进程和集群

关于 NodeJS 中的多进程和集群。

英文阅读

New Suspense SSR Architecture in React 18

"React 18 will include architectural improvements to React server-side rendering (SSR) performance. These improvements are substantial and are the culmination of several years of work. Most of these improvements are behind-the-scenes, but there are some opt-in mechanisms you’ll want to be aware of, especially if you don’t use a framework."

Making JavaScript run fast on WebAssembly

"Today, we’re starting work on optimizing JavaScript performance for entirely different environments, where different rules apply. And this is possible because of WebAssembly."

拓展

智能设计生产的色彩详解和应用

「做更懂用户的智能 UI。」

B 端产品可用性度量评估体系

「体验(或满意度)是感性的,该度量什么?要怎么度量呢?」

B 端产品从 0 到 1 设计规范

「工作过程中,一定要重视设计规范,抽时间把它整理好,这是对整个团队有效率的协作工作起到至关重要的作用。」