javascript weekly 2020-08-15
Rome: Unifying The Frontend Development Toolchain
Rome: Unifying The Frontend Development Toolchain
- Babel, ESLint, Webpack, Prettier, Jest 의 통합 라이브러리
React 17.0 Release Candidate: No New Features but Still Lots That’s Interesting
React 17.0 Release Candidate: No New Features but Still Lots That’s Interesting
- 리액트 17
- 새로운 기능은 없으나, 점진적으로 향상 가능하도록 작업
Quick bytes
https://bestofjs.org/timeline
- 2006년~2020년 사이의 자바스크립트 타임라인
https://nodejs.org/en/blog/release/v14.8.0/
- 노드 14.8 릴리즈.
- top-level await 지원
https://www.gatsbyjs.com/blog/announcing-unified-gatsby/
- 개츠비의 앞으로 향방에 대하여
Tutorials, Opinions and Stories
Natively Formatting JavaScript Numbers
Natively Formatting JavaScript Numbers
(12345.6789).toLocaleString()
// "12,345.679"
Building Single Page Applications Using Rust
Building Single Page Applications Using Rust
- Rust를 SPA로 바꾸기 feat.WASM
Using Node Modules in Deno
- 아직 디노는 노드에 비해 생태계 차이가 많이 남. 디노에서 노드 사용하기.