Tagged articles
7 articles
Page 1 of 1
Code Mala Tang
Code Mala Tang
Mar 7, 2026 · Frontend Development

How AI Can Safely Augment React Code Reviews Without Replacing Human Judgment

The article examines which parts of a React code review can be reliably automated by AI—such as detecting missing dependencies, unused variables, and test gaps—while emphasizing that architectural decisions, state‑management trade‑offs, and performance reasoning must remain under human control.

AI code reviewSoftware Engineeringcode quality
0 likes · 9 min read
How AI Can Safely Augment React Code Reviews Without Replacing Human Judgment
IT Services Circle
IT Services Circle
Jan 28, 2026 · Frontend Development

How AI ‘Skills’ Are Shaping React and Vue Best‑Practice Coding

The article explains how the emerging concept of “Skills” provides AI agents with structured, framework‑specific best‑practice knowledge for React and Vue, turning AI from a simple code generator into a virtual colleague that writes code according to official guidelines and real‑world experience.

AI agentsAI code generationReact
0 likes · 6 min read
How AI ‘Skills’ Are Shaping React and Vue Best‑Practice Coding
JavaScript
JavaScript
Nov 19, 2025 · Frontend Development

Why Top Frontend Teams Ban `export default` and Prefer Named Exports

Although `export default` offers a concise syntax, leading frontend teams and large projects now forbid it because named exports enforce consistent naming, improve tree‑shaking, simplify barrel re‑exports, and reduce refactoring pain, making codebases more maintainable and tool‑friendly.

ES ModulesJavaScriptexport default
0 likes · 5 min read
Why Top Frontend Teams Ban `export default` and Prefer Named Exports
21CTO
21CTO
Sep 14, 2023 · Frontend Development

How Sustainable Web Design Can Cut Carbon and Boost Performance

The W3C Sustainable Web Design Guidelines offer evidence‑based best practices for developers and designers to minimise data, optimise images, choose green hosting, and improve performance, thereby reducing the Internet's carbon footprint while enhancing user experience and SEO.

environmental impactfrontend best practicesgreen hosting
0 likes · 8 min read
How Sustainable Web Design Can Cut Carbon and Boost Performance
政采云技术
政采云技术
Sep 27, 2020 · Frontend Development

Writing High‑Quality Maintainable Code: A Guide to Clear Annotations

This article explains why comments are essential for code readability and maintenance, describes the syntax of comments in HTML, CSS, JavaScript and other languages, shows practical shortcuts, special tags, real‑world examples, and recommends VS Code extensions for writing consistent, useful annotations.

CSSHTMLVS Code extensions
0 likes · 16 min read
Writing High‑Quality Maintainable Code: A Guide to Clear Annotations
21CTO
21CTO
Nov 20, 2015 · Frontend Development

12 Essential Rules for Clean, Semantic HTML You Must Follow

This guide explains twelve practical principles—from declaring a proper DOCTYPE and using UTF‑8 encoding to externalizing CSS/JS, correct nesting, meaningful naming, and validating markup—that help developers write clean, maintainable, and standards‑compliant HTML code.

HTMLWeb Developmentcoding standards
0 likes · 11 min read
12 Essential Rules for Clean, Semantic HTML You Must Follow