dev-weekly 2021-08-28
CSS, Node
CSS
Smooth and Simple Page Transitions With the Shared Element Transition API
- 앱과 같은 경험을 주기 위한 새로운 API (크롬92~94까지 테스팅)
 - documentTransition, shared element
 - https://github.com/WICG/shared-element-transitions/blob/main/README.md
 
Does Shadow DOM Improve Style Performance?
- Shadow DOM 사용시 id, class에 대해서는 성능 저하
 - selector가 복잡해지면 성능에 이점
 
Node
Introducing Mongoose 6.0.0
- 몽구스 6.0.0 릴리즈
 
zx 3: A Tool for Writing Better Shell Scripts
- zx 3.0, 3.1 릴리즈
 - JS로 작성하는 쉘 스크립트
 
The npm Registry is Deprecating TLS 1.0 and TLS 1.1
- 2021년 10월 4일부터 시행
 - TLS 1.2이전 버전 이용자에게는 노티가 가도록 시행
 
Javascript
TypeScript 4.4 Released
- 
TS 4.4 릴리즈
 
An Introduction to the Solid JavaScript Library
- solid 라이브러리 소개
 
what’s new in the latest Chrome DevTools (v94)
- DevTools 언어팩 지원 (Setting - Preferences 에서 수정)
 - 네트워크 필터 반전
 
React Toastify 8.0: Big Changes for a Mature Notifications Library
- 리액트 토스티파이 8.0 릴리즈
 
Drift 1.5: Add ‘Zoom on Hover’ to Images on Your Site
- 마우스 hover 시 확대/축소 기능
 - 종속성 없음
 
REAFLOW: Node-Based Visualizations for React
- 워크플로, 플로우 차트, 다이어그램을 리액트로 만드는 도구