Tag

Frontend Frameworks

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 25, 2022 · Frontend Development

Overview of Popular Web Components Frontend Frameworks

This article introduces and compares eight major Web Components frameworks—Stencil, Omi, Slim.js, Polymer, hybrids, X‑Tag, LitElement, and direflow—detailing their features, installation commands, code examples, and practical considerations to help developers choose the most suitable tool for building reusable, standards‑based UI components.

Frontend FrameworksLitElementOmi
0 likes · 19 min read
Overview of Popular Web Components Frontend Frameworks
ByteFE
ByteFE
Jan 21, 2022 · Frontend Development

Frontend Development Weekly Digest: Vue 3 Default Release, Framework Ecosystem Reviews, and Performance Optimization Techniques

This technical digest explores the official transition of Vue 3 to the default framework version, reviews emerging frontend tools and ecosystem trends, analyzes browser rendering pipelines for animation optimization, and provides practical guidance on CSS techniques, React Hooks, and modern development workflows.

Browser RenderingCSS OptimizationFrontend Frameworks
0 likes · 5 min read
Frontend Development Weekly Digest: Vue 3 Default Release, Framework Ecosystem Reviews, and Performance Optimization Techniques
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 11, 2017 · Frontend Development

How React, Angular, and Vue Detect Changes and Perform Batch Updates

This article examines how modern frontend frameworks—React, Angular 1, Angular 2, and Vue—detect data changes and implement batch updates, comparing their virtual DOM diffing, dirty checking, zone.js, and asynchronous queues to reveal each library’s underlying change‑detection strategy.

AngularBatch UpdateChange Detection
0 likes · 14 min read
How React, Angular, and Vue Detect Changes and Perform Batch Updates