javascript weekly 2020-09-19
Vue 3.0 ‘One Piece’ Released
- 수많은 RC를 거치고 드디어 Vue 3.0.0 릴리즈
Moment.js: It’s Done, Jim, But Now As We Know It
Moment.js: It’s Done, Jim, But Now As We Know It
- Momentjs는 이제 레거시이고 프로젝트 중단 - 크롬에서도 플러그인 크기 때문에 사용 중지 권고
- 단, IE8+ 를 지원해야 할 경우에 이용하는건 막지 않음
- Luxon, Dayjs, date-fns, js-Joda, No Library 등 추천
Node.js September 2020 Security Releases
Node.js September 2020 Security Releases
- Node Security update - high(1), critical(1), medium(1)
Deno 1.4 Released
- Node Security
Quick bytes
https://github.blog/2020-09-17-github-cli-1-0-is-now-available/
- github cli 1.0 릴리즈 - 이슈관리등 전부 콘솔에서 작업
https://webmasters.googleblog.com/2020/09/googlebot-will-soon-speak-http2.html
- 구글봇이 http2로 크롤링 하기 시작
Inspecting Just-in-Time Compiled JavaScript
Inspecting Just-in-Time Compiled JavaScript
- JIT가 처리한 함수를 어셈블리 코드로 출력해주는 기능을 JS shell에 추가
Effective Limited Parallel Execution in JavaScript
Effective Limited Parallel Execution in JavaScript
- promise.all를 반복하지 말고, promise pool을 이용하여 성능 개선하기
Code & Tools
A console for mobile browsers.
A console for mobile browsers.
- 사이트에 붙이는 플러그인. 모바일에서 콘솔을 확인할 수 있도록 해줌.
- https://github.com/Tencent/vConsole 와 유사