第194期 — 2023-01-14

在浏览器中阅读

周e信

扫描二维码关注微信公众号

Node.js

2022 Javacript 上升之星排行🔗

nexjs继续保持,remix没有想象中那样热门

Michael Rambeau

Punit Sethi

Javascript

Jan Hug

typescript中使用模板字符串范型🔗
type Literal = `pattern-${string}`

// Matches
'pattern-one'
'pattern-photograph'
'pattern-this-still-matches'

// Doesn't match
'patt-one'
'patternphoto'
'obviously-not-pattern'

Will

Javascript 2022总结🔗
  • top-level await 是新特性中用得最多的
  • 更多人使用TYPESCRIPT
  • Express依然是后端框架的首选,nest里面也是用的Express的更多

DEVOGRAPHICS

移动端

在 React Native 中实现 CSS 样式继承🔗

解析json格式的layout,从而得到样式的树状继承结构

Sami Jaber

扫描二维码关注微信公众号
本期阅读量