Tag

Modern JavaScript

1 views collected around this technical thread.

ByteDance Web Infra
ByteDance Web Infra
Apr 30, 2021 · Frontend Development

Publish, Ship, and Install Modern JavaScript for Faster Applications

The article explains why adopting modern JavaScript (ES2017) and publishing packages with the new exports field, combined with proper bundler configurations such as Webpack or Rollup, dramatically reduces bundle size and improves performance while still supporting legacy browsers when needed.

ES2017Frontend DevelopmentModern JavaScript
0 likes · 13 min read
Publish, Ship, and Install Modern JavaScript for Faster Applications
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Apr 13, 2017 · Frontend Development

Top 10 Must‑Know ES6 Features That Transform Frontend Development

This article provides a concise overview of the ten most impactful ES6 features—including default parameters, template literals, multi‑line strings, destructuring, enhanced object literals, arrow functions, promises, block‑scoped let/const, classes, and modules—explaining their syntax, benefits, and practical usage for modern JavaScript development.

ES6ES6 FeaturesJavaScript
0 likes · 14 min read
Top 10 Must‑Know ES6 Features That Transform Frontend Development