Taobao Frontend Technology
Author

Taobao Frontend Technology

The frontend landscape is constantly evolving, with rapid innovations across familiar languages. Like us, your understanding of the frontend is continually refreshed. Join us on Taobao, a vibrant, all‑encompassing platform, to uncover limitless potential.

336
Articles
0
Likes
490
Views
0
Comments
Recent Articles

Latest from Taobao Frontend Technology

100 recent articles max
Taobao Frontend Technology
Taobao Frontend Technology
Sep 14, 2022 · Frontend Development

Mastering Frontend Automated Testing: From Unit to E2E

This comprehensive guide explains why automated testing is essential for frontend development, outlines the differences between unit, integration, component, and end‑to‑end testing, and recommends practical tools and frameworks such as Jest, Vitest, Testing Library, Cypress, Playwright, and Puppeteer.

CypressJestTesting
0 likes · 21 min read
Mastering Frontend Automated Testing: From Unit to E2E
Taobao Frontend Technology
Taobao Frontend Technology
Aug 23, 2022 · Fundamentals

What’s New in ECMAScript 2023? Inside the Latest TC39 Proposals and Stage Advancements

The recent TC39 meeting promoted several proposals—including Hashbang Grammar, Duplicate Named Capturing Groups, Import Reflection, Symbol Predicates, Policy Maps and Sets, Function Memoization, and Object.pick/omit—through various stage thresholds, outlining the requirements for each advancement and providing example code for the new language features.

ECMAScriptJavaScript proposalsSymbol
0 likes · 15 min read
What’s New in ECMAScript 2023? Inside the Latest TC39 Proposals and Stage Advancements
Taobao Frontend Technology
Taobao Frontend Technology
Aug 18, 2022 · Frontend Development

How to Overcome the Mid‑Career Crisis: A Frontend Engineer’s Roadmap to Mastery

This article shares a front‑end engineer’s personal roadmap—identifying common mid‑career doubts, outlining three development stages, and offering practical advice on deepening technical expertise, gaining engineering experience, mentoring, and ultimately finding a personal mission.

Career Developmentleadershipprofessional growth
0 likes · 11 min read
How to Overcome the Mid‑Career Crisis: A Frontend Engineer’s Roadmap to Mastery
Taobao Frontend Technology
Taobao Frontend Technology
Jul 5, 2022 · Frontend Development

How Tubes Uses a Reactive Data System to Optimize Multi‑Screen Rendering

The article explains how Tubes employs a reactive data system to handle multi‑screen rendering, compares loop‑based and reactive approaches, details classic and hash‑table implementations, and demonstrates significant performance gains, offering valuable insights for frontend developers seeking efficient rendering architectures.

Frontend ArchitecturePerformance optimizationdependency tracking
0 likes · 21 min read
How Tubes Uses a Reactive Data System to Optimize Multi‑Screen Rendering
Taobao Frontend Technology
Taobao Frontend Technology
Jun 27, 2022 · Frontend Development

How VideoX Tackles Complex Video Playback Across Massive E‑commerce Platforms

VideoX, a front‑end player built for Alibaba’s massive e‑commerce ecosystem, addresses diverse playback scenarios—from product detail videos to live streams—by offering multi‑format support, customizable controls, multi‑video management, and a layered architecture that separates playback core, business integration, and experience assurance.

Architecturemultiplatformplayback
0 likes · 33 min read
How VideoX Tackles Complex Video Playback Across Massive E‑commerce Platforms
Taobao Frontend Technology
Taobao Frontend Technology
Jun 23, 2022 · Frontend Development

What the Latest TC39 Proposals Mean for JavaScript Developers

This article reviews recent TC39 proposals—including findLast, Symbol-as-WeakMap keys, JSON.parse source text access, String.dedent, RegExp modifiers, atomic operators, and faster Promise adoption—explaining their stage progress, technical details, and practical code examples for modern JavaScript development.

ECMAScriptJavaScriptPromise
0 likes · 17 min read
What the Latest TC39 Proposals Mean for JavaScript Developers
Taobao Frontend Technology
Taobao Frontend Technology
May 31, 2022 · Frontend Development

How to Fix Concurrent Rendering Issues in OpenSumi File Tree for Faster, Stable UI

This article analyzes the concurrent rendering problems of OpenSumi's file‑tree component, explains their root causes, and presents a comprehensive solution—including operation prioritization, cancellable updates, and queued rendering—along with implementation code to achieve both high speed and stability.

Concurrent RenderingOpenSumiPerformance optimization
0 likes · 13 min read
How to Fix Concurrent Rendering Issues in OpenSumi File Tree for Faster, Stable UI
Taobao Frontend Technology
Taobao Frontend Technology
May 12, 2022 · Frontend Development

How WebAssembly + QuickJS Powers a Secure Web Sandbox for Next‑Gen Web Apps

An in‑depth technical overview describes how a WebAssembly‑plus‑QuickJS sandbox architecture enhances web security, improves developer experience, and delivers benchmarked performance gains for next‑generation open web applications, while maintaining compatibility with W3C standards and integrating with existing e‑commerce platforms.

Performance BenchmarkQuickJSWebAssembly
0 likes · 6 min read
How WebAssembly + QuickJS Powers a Secure Web Sandbox for Next‑Gen Web Apps