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, 2021 · Frontend Development

Uncover the History and Core Features of Monaco Editor, the Web‑Based Code Editor Behind VS Code

Monaco Editor, the browser‑based code editor powering VS Code, originated in 2011 under Erich Gamma’s team, offers a lightweight editor control with rich UI widgets, and Monarch‑based syntax highlighting, and LSP‑compatible APIs, making it ideal for embedding advanced editing features into any web application.

JavaScriptLanguage SupportMonaco Editor
0 likes · 9 min read
Uncover the History and Core Features of Monaco Editor, the Web‑Based Code Editor Behind VS Code
Taobao Frontend Technology
Taobao Frontend Technology
Sep 10, 2021 · Frontend Development

Mastering Multi‑Platform Front‑End with the Strategy Pattern

This article walks through a real‑world multi‑app scenario, breaks down the core challenges, compares several implementation approaches—including naive if‑else, SDK abstraction, and the Strategy design pattern—and reflects on engineering trade‑offs to help front‑end engineers write cleaner, more maintainable code.

Code OrganizationFrontend Architecturedesign-patterns
0 likes · 11 min read
Mastering Multi‑Platform Front‑End with the Strategy Pattern
Taobao Frontend Technology
Taobao Frontend Technology
Sep 8, 2021 · Frontend Development

Why VS Code’s File Explorer Flickers During npm Install and How to Fix It

During npm install, VS Code’s file explorer sometimes flashes due to misconfigured file‑watcher exclusions for node_modules, a bug in RPC argument handling and cancellation token processing; this article explains the root causes, demonstrates the faulty configurations, and provides concrete fixes and contribution tips.

CancellationTokenRPCVS Code
0 likes · 10 min read
Why VS Code’s File Explorer Flickers During npm Install and How to Fix It
Taobao Frontend Technology
Taobao Frontend Technology
Sep 7, 2021 · Backend Development

How to Deploy GraphQL as a BFF Gateway on Alibaba Cloud EdgeRoutine

This article explains how to use GraphQL as a Backend‑for‑Frontend gateway on Alibaba Cloud EdgeRoutine, covering the migration of Apollo Server, TypeScript setup, CDN edge caching, resolver implementation, and adding a Playground debugger, with full code examples and deployment tips.

Apollo ServerCDNEdgeRoutine
0 likes · 18 min read
How to Deploy GraphQL as a BFF Gateway on Alibaba Cloud EdgeRoutine
Taobao Frontend Technology
Taobao Frontend Technology
Sep 6, 2021 · Frontend Development

Latest Electron 14 Release, React Native Updates, and Key JavaScript Insights

This roundup covers the Electron 14.0.0 release with new eight‑week cadence and expanded support, StackBlitz's quick Nuxt.js creation, notable open‑source libraries like react‑native‑elements and 7guis‑React‑TypeScript‑MobX, plus deep dives into NestJS practices, React Native's new architecture, Recoil state management, and a comparison of Object versus Map in JavaScript.

ElectronJavaScriptNestJS
0 likes · 6 min read
Latest Electron 14 Release, React Native Updates, and Key JavaScript Insights
Taobao Frontend Technology
Taobao Frontend Technology
Sep 2, 2021 · Frontend Development

Why Front-End Developers Must Master Functional Programming and React Hooks

This article explores the history and principles of functional programming, explains why it has become essential for front‑end developers, demonstrates how React class components can be replaced by functional components using hooks, and provides practical examples of pure functions, functors, monads, memoization, and related design patterns in JavaScript.

Functional ProgrammingJavaScriptReAct
0 likes · 21 min read
Why Front-End Developers Must Master Functional Programming and React Hooks