Tagged articles
2 articles
Page 1 of 1
DaTaobao Tech
DaTaobao Tech
Jun 2, 2022 · Frontend Development

Resolving Concurrent Rendering Issues in OpenSumi File Tree

The article explains how OpenSumi’s file‑tree suffered duplicate nodes and jumpy refreshes after throttling removal, identifies uncancelled concurrent core and non‑core operations as the root cause, and resolves the instability by introducing cancellable tokens, operation queuing, and a global tree‑state manager to ensure only one refresh runs at a time, delivering stable, responsive rendering.

CancellationTokenConcurrent RenderingOpenSumi
0 likes · 13 min read
Resolving Concurrent Rendering Issues in OpenSumi File Tree
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