第127期 — 2021-10-03

在浏览器中阅读

周e信

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

Node.js

Brent Ely

Next.js 的三个新特性以及如何使用它们🔗
  • ISR(增量静态页面再生) getStaticPaths
  • 可选捕获所有路线:/pages/about/[[...about.js]]
  • 图像组件import Image from 'next/image'

Ali Spittel

Corey Butler

RadGrad

Javascript

melonJS

技巧 - 按嵌套属性对 JavaScript 数组进行排序🔗
console.log(
    orderBy( items, ["temps[1].value", "location"], ["asc", "asc"])
    .map(({ location }) => location)
);

Elijah Manor

GitHub Actions

数据库

Francis Stokes

人工智能

NEIL C. THOMPSON

运维

nginx-playground.wizardzines.com

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