Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

前端周刊第22期(2022-10-08) #22

Open
Mizxinp opened this issue Jan 17, 2023 · 0 comments
Open

前端周刊第22期(2022-10-08) #22

Mizxinp opened this issue Jan 17, 2023 · 0 comments

Comments

@Mizxinp
Copy link
Owner

Mizxinp commented Jan 17, 2023

React 18为什么快

  • 18引入新的服务器渲染架构,有显著性能提升
  • 有批量更新,多个state只会触发一次渲染
  • 引入把状态更新标记为可中断的startTransition,让应用更具有响应性

再见 useEvent

useEvent 原计划解两个问题,1、渲染优化,2、useEffect 重新触发问题。但是发现没办法一下子做两件事。于是 useEvent RFC 废弃。

TypeScript 入门教程

TypeScript 入门教程,以问题和答案的形式。他还有个tips系列,也值得看看

Chromium 渲染流水线——字节码到像素的一生

内容很多、很全

前端架构师的一些思考和总结

好的代码和差的代码都能运行,但我们会追求好的代码,获得更好的维护性和可读性。同理没有架构的系统也能工作,但如果一个业务团队没有好的架构,整个团队将陷入混乱,最终难以支撑业务快速变化。

React 新 RFC

第一个可以在条件语句中使用的原生hooks。通过 use 取代 async await。

Lerna V6新功能

划个重点,支持pnpm了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant