大转转FE
Author

大转转FE

Regularly sharing the team's thoughts and insights on frontend development

52
Articles
0
Likes
123
Views
0
Comments
Recent Articles

Latest from 大转转FE

52 recent articles
大转转FE
大转转FE
Dec 15, 2025 · Frontend Development

From Static Pages to Modern Bundlers: How Webpack, Vite, and Rspack Evolve Frontend Engineering

This article traces the evolution of frontend engineering from static HTML pages to modular development, explains the core responsibilities of bundlers, compares Webpack, Vite, and Rspack in terms of architecture, performance, configuration complexity, and ecosystem support, and offers guidance on selecting the right tool for a project.

RspackViteWebpack
0 likes · 24 min read
From Static Pages to Modern Bundlers: How Webpack, Vite, and Rspack Evolve Frontend Engineering
大转转FE
大转转FE
Dec 4, 2025 · Frontend Development

From Selenium to AI Agents: How Browser Automation Is Evolving in 2025

This article traces the 20‑year evolution of browser automation—from Selenium’s early scripts to modern AI‑driven agents—highlighting the limitations of each generation, the breakthroughs introduced by Puppeteer, Playwright, and the emerging AI Browser Use, and what the next three years may hold for developers.

Playwrightbrowser automationfrontend
0 likes · 10 min read
From Selenium to AI Agents: How Browser Automation Is Evolving in 2025
大转转FE
大转转FE
Nov 10, 2025 · Artificial Intelligence

5 Essential AI Breakthroughs: Evaluation, Memory, Fault Postmortem, Coding Loop & TinyAI

This newsletter curates five insightful articles that explore AI evaluation engineering, the evolution of AI memory from RAG to Agentic RAG and Agent Memory, AI‑driven fault postmortem agents, a test‑driven AI coding‑deployment‑self‑test loop, and the lightweight Java‑based TinyAI framework.

AI coding workflowAI memoryArtificial Intelligence
0 likes · 4 min read
5 Essential AI Breakthroughs: Evaluation, Memory, Fault Postmortem, Coding Loop & TinyAI
大转转FE
大转转FE
Nov 3, 2025 · Artificial Intelligence

Must‑Read AI & Frontend Highlights: Voice Agents, Multi‑Agent Tips, AI Coding & Rspack 1.6

This newsletter curates five insightful articles covering voice agent applications in games and insurance, ten practical tips for building multi‑agent systems with context engineering, a deep dive into AI‑assisted coding from theory to practice, high‑accuracy AI coding workflow design, and the release of Rspack 1.6 for smaller, cleaner build artifacts.

AIAI codingMulti-agent
0 likes · 4 min read
Must‑Read AI & Frontend Highlights: Voice Agents, Multi‑Agent Tips, AI Coding & Rspack 1.6
大转转FE
大转转FE
Oct 27, 2025 · Frontend Development

5 Essential Tech Articles This Week: Frontend Innovations, AI Agents, and Testing Breakthroughs

This weekly roundup curates five insightful articles covering the evolution of a frontend collaboration tool, the rise of context engineering in AI, the design of an AI‑assisted coding plugin, the debate over AI versus human task planning, and AI‑driven test case generation at scale.

Artificial IntelligenceCoding Assistantprompt engineering
0 likes · 4 min read
5 Essential Tech Articles This Week: Frontend Innovations, AI Agents, and Testing Breakthroughs
大转转FE
大转转FE
Sep 26, 2025 · Artificial Intelligence

How AI Can Supercharge Front‑Back End Integration and Mock Data Generation

This article outlines an AI‑driven workflow that streamlines interface documentation, code generation, and realistic mock data creation, dramatically reducing front‑end and back‑end integration time while improving code consistency, development efficiency, and overall software quality.

AIAPIbackend
0 likes · 12 min read
How AI Can Supercharge Front‑Back End Integration and Mock Data Generation
大转转FE
大转转FE
Sep 22, 2025 · Artificial Intelligence

Top 5 Cutting-Edge AI & Frontend Innovations Shaping 2024

This edition of the ZuanZuan Frontend Weekly curates five cutting‑edge articles, exploring AI‑driven development paradigms, Alibaba’s Qwen Code CLI, Mem0‑Milvus long‑term AI memory, the new Lynx 3.4 release with HarmonyOS support, and Claude Code’s stateless grep‑based design, offering deep insights for developers.

AIMemory Systemsdevelopment paradigms
0 likes · 4 min read
Top 5 Cutting-Edge AI & Frontend Innovations Shaping 2024
大转转FE
大转转FE
Sep 19, 2025 · Frontend Development

Boosting Frontend Development Efficiency with AI: A Real‑World Cursor Case Study

This article details how integrating the AI coding assistant Cursor into a membership‑system frontend project increased development efficiency by 21%, reduced a 188‑hour task to 149 hours, and outlines practical methods for AI‑generated routing, UI‑to‑DOM conversion, mock data creation, code refactoring, and the limits of AI assistance in complex interactions.

AI-assisted developmentComponent Architecturecode generation
0 likes · 20 min read
Boosting Frontend Development Efficiency with AI: A Real‑World Cursor Case Study
大转转FE
大转转FE
Sep 15, 2025 · Frontend Development

Top 5 Frontend Insights: AI Boosts, Performance Hacks, and Future Trends

This edition of the Zhuanzhuan Frontend Weekly curates five insightful articles covering AI‑empowered frontend development, log system performance optimization, multi‑agent planning enhancements, AI‑driven workflow improvements, and an exclusive interview with an OpenAI researcher, offering practical techniques and forward‑looking perspectives.

AI integrationArtificial IntelligencePerformance optimization
0 likes · 4 min read
Top 5 Frontend Insights: AI Boosts, Performance Hacks, and Future Trends
大转转FE
大转转FE
Aug 26, 2025 · Frontend Development

Optimizing H5 Pages for Foldable Screens with PostCSS, VW, and Flexible.js

This article explains how to adapt H5 product detail pages for foldable devices by comparing PostCSS‑to‑vw, CSS media queries, and a flexible.js + postcss‑px‑to‑rem workflow, then shows how to add foldable‑screen detection logic and layout tweaks to improve readability and content density.

PostCSSViewport Unitscss media queries
0 likes · 15 min read
Optimizing H5 Pages for Foldable Screens with PostCSS, VW, and Flexible.js