dev-weekly 2021-05-08


Node, CSS

Node

V8 v9.1

  • top level await 디폴트

VS Code April 2021

  • vscode 4월 릴리즈

Dotenv 9.0: Load Environment Variables From .env in Node

  • dotenv 9.0 릴리즈

MapSCII: A Text-Based World Map Renderer for the Console


CSS

A Complete Guide to Custom Properties

  • CSS Variable을 overwrite하여 재활용하며 사용하는 예제
button {
  --spread: 5px;
  box-shadow: 0 0 20px var(--spread) black;
}
button:hover {
  --spread: 10px;
}

Identify and Extract Pseudo-Element Selectors From Built-In HTML Elements Using DevTools

  • ,
  • Chrome Devtools - settings - Elements - Show user agent showdow dom

Javascript

How GitHub Uses and Works with Web Components

  • 깃헙은 JQuery 에서 WebComponent로 마이그레이션
  • ViewComponent + Catalyst

Bootstrap 5 Released

  • RTL 지원
  • JQuery 제거

Quick Bits

Hosting SQLite Databases on GitHub Pages (or Any Static File Host)

  • 정적 호스팅 페이지에 sql.js를 사용해 디비를 구축하고, 다른 서비스가 이를 쿼리로 요처알 수 있게하는 포스트

Mantine: A New React Component Library

  • hook으로 작성된 리액트 컴포넌트 라이브러리
  • preact에서도 작동