第45期 — 2020-03-08

在浏览器中阅读

周e信

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

Node.js

adonisjs 微服务框架🔗

比 nestjs 早,但是明显不如 nestjs 了。

adonisjs

nodejs直接使用文件引用依赖🔗
{
    ...
    "dependencies": {
        "durable-functions": "file:../azure-functions-durable-js",
        ...
    }
    ...
}

Aaron Powell

Javascript

Jansen, de Lang, et al.

前端

Edtr.io Conso...

Braid LLC

styled-icons 支持组件式使用的react图标库🔗
import React from 'react'
import {Lock} from '@styled-icons/material/Lock'

const App = () => <Lock />

Jacob Gillespie

buildo

Nick Janssen

Processing Fo...

css柯里化🔗
:root {
  --f-2: ((2 / 16 - var(--f-foot)) * var(--f-hill));
}

body {
  font-size: calc(var(--f-2) * 16);
}

Trys Mudford

refactoring ui

Astrit Malsija

Philipp Brumm

Distributed D

投稿

Sami CHNITER

移动端

Nader Dabit

Jesse Sessler

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