Tagged articles
9 articles
Page 1 of 1
21CTO
21CTO
May 8, 2026 · Backend Development

Node.js 26.1.0 Released with Temporal API Enabled by Default

Node.js 26.1.0 brings the long‑awaited Temporal API enabled by default, upgrades V8 to 14.6 with new TC39 proposals, updates the built‑in Undici HTTP client to version 8, deprecates several legacy APIs, raises build‑tool requirements, and adds platform support for Power 9 and s390x.

Build toolchainDeprecationsNode.js
0 likes · 8 min read
Node.js 26.1.0 Released with Temporal API Enabled by Default
Node.js Tech Stack
Node.js Tech Stack
May 7, 2026 · Backend Development

Node.js 26.0.0: Temporal API Enabled, V8 14.6 Upgrades, End of Old Versioning

Node.js 26.0.0, released on May 5, activates the Temporal API by default, upgrades V8 to 14.6 with new Map upsert and Iterator.concat proposals, moves Undici to version 8, deprecates several legacy APIs, and marks the final release under the old version‑numbering scheme before shifting to yearly, calendar‑aligned releases.

DeprecationsNode.jsTemporal API
0 likes · 11 min read
Node.js 26.0.0: Temporal API Enabled, V8 14.6 Upgrades, End of Old Versioning
21CTO
21CTO
Mar 26, 2026 · Frontend Development

Why TypeScript 6.0 Is the Bridge to a Faster, Safer Future

TypeScript 6.0, released in March 2026, introduces a suite of strategic defaults, new language features like Temporal API and RegExp.escape, and performance optimizations that streamline migration to the upcoming Go‑based compiler, boost React Native build times, and reduce silent type errors for modern web and mobile development.

Build OptimizationReact NativeTemporal API
0 likes · 9 min read
Why TypeScript 6.0 Is the Bridge to a Faster, Safer Future
21CTO
21CTO
Feb 12, 2026 · Frontend Development

2026 JavaScript Survey Shows Date Handling Pain Points and Rise of Temporal API

The 2026 JavaScript developer survey of tens of thousands of frontend engineers highlights chronic issues with the native Date object, growing adoption of TypeScript, mixed opinions on Webpack and Next.js, and strong enthusiasm for ES2026 features like the Temporal API, which is now supported in major browsers and poised to replace legacy date handling.

JavaScriptTemporal APITypeScript
0 likes · 10 min read
2026 JavaScript Survey Shows Date Handling Pain Points and Rise of Temporal API
JavaScript
JavaScript
Nov 11, 2025 · Frontend Development

Unlock ES2025: How Pattern Matching, Pipelines, and Records Transform JavaScript

ES2025 introduces powerful new syntax—pattern matching, enhanced array destructuring, pipeline operators, native immutable Records and Tuples, a Decimal type, improved error handling, and Temporal API sugar—making JavaScript code more concise, readable, type‑safe, and performant, with practical examples and usage patterns for developers.

DecimalES2025JavaScript
0 likes · 7 min read
Unlock ES2025: How Pattern Matching, Pipelines, and Records Transform JavaScript
JavaScript
JavaScript
Sep 19, 2025 · Frontend Development

Unlocking ES2025: How New Syntax Transforms JavaScript Development

This article explores the groundbreaking ES2025 JavaScript features—including pattern matching, enhanced array destructuring, the pipeline operator, native Record & Tuple types, Decimal numbers, improved error handling, and Temporal API integration—showing how they simplify code, boost performance, and move the language toward functional and type‑safe programming.

DecimalES2025JavaScript
0 likes · 7 min read
Unlocking ES2025: How New Syntax Transforms JavaScript Development
JavaScript
JavaScript
Apr 17, 2025 · Frontend Development

Why JavaScript’s New Temporal API Beats the Old Date Object

The article explains the long‑standing pain points of JavaScript’s Date object, introduces the modern, immutable Temporal API with its intuitive design, showcases core features and components, provides practical code examples, compares both APIs, and notes current browser support and polyfill options.

JavaScriptTemporal APIWeb Development
0 likes · 6 min read
Why JavaScript’s New Temporal API Beats the Old Date Object
Code Mala Tang
Code Mala Tang
Dec 31, 2024 · Frontend Development

Explore the 6 Most Exciting JavaScript Proposals Shaping 2024

This article reviews six upcoming JavaScript proposals for 2024—including pattern matching, the pipeline operator, async context, new Set methods, enhanced array utilities, and the Temporal API—showcasing old versus new code examples and explaining their potential impact on developers.

Temporal APIasync contextes2024
0 likes · 6 min read
Explore the 6 Most Exciting JavaScript Proposals Shaping 2024
JavaScript
JavaScript
Dec 27, 2024 · Frontend Development

Unlock ES2024: 8 Game-Changing JavaScript Features You Must Use

This article introduces eight practical ES2024 JavaScript enhancements—including the modern Temporal API, Object.groupBy, RegExp match indices, Atomics.waitAsync, ArrayBuffer.transfer, structured error causes, WeakSet cleanup, and Promise.withResolvers—showing concise before‑and‑after code examples that improve readability, performance, and debugging.

Atomics.waitAsyncJavaScriptObject.groupBy
0 likes · 6 min read
Unlock ES2024: 8 Game-Changing JavaScript Features You Must Use