Tag: 前端
All the articles with the tag "前端".
-
Choosing a React Chart Library: Recharts vs. ECharts vs. Nivo vs. Lightweight Charts
An in-depth comparison of the leading React chart libraries in 2026—Recharts, Apache ECharts, Nivo, and TradingView Lightweight Charts—across three core scenarios (candlestick charts, bar charts, treemaps), with recommendations based on performance, bundle size, and ease of use.
-
Inside the Axios Poisoning: How a North Korean APT Infected Millions of Developer Environments in 3 Hours
In March 2026, the axios npm package was hijacked by a North Korean state-level APT, planting a RAT into millions of developer environments within 3 hours. This post breaks down two separate but related incidents: the full supply-chain poisoning attack chain, and the technical mechanics and real-world exploitability debate around CVE-2026-40175 (CVSS 10.0).
-
Google Stitch's Big Update: UI Design in Natural Language — Should Figma Be Worried?
Google Stitch just got a major update, evolving from a simple prompt-to-mockup tool into an AI-native design canvas. Infinite canvas, voice interaction, the DESIGN.md design system format, MCP integration — five big features shipped at once. Free, powered by Gemini, and aimed squarely at Figma Make.
-
When AI Agents Learn to Pay: A Deep Dive into the x402 Protocol and Agent Payment Infrastructure
How Coinbase's x402 protocol revived the HTTP 402 status code to let AI agents pay for API calls with stablecoins. From protocol design to hands-on code, from the Stripe/Mastercard competitive landscape to the reality of $28K daily volume — a full breakdown of the agent payments space.
-
Browser-Native AI in Practice: The Complete Guide to Chrome Built-in AI APIs
A deep dive into Chrome's built-in Gemini Nano model and the browser-native AI APIs (Prompt, Translation, Summarization) — from technical architecture to production practice, showing how to build privacy-first local AI apps, with complete code examples and performance analysis.
-
AI Agent Frontend Workflows (Part 4): What's Next, and the Open Source Tool Landscape
The series finale. From Copilot to autonomous agents, from closed to open source — this post maps where AI agents are heading, compares the major tools, and explores how the developer's role is changing. Complete learning roadmap included.
-
AI Agent Frontend Workflow (Part 2): Intelligent Code Review and Automated Testing
Use AI Agents for intelligent code review and automated test case generation. From Git Hook integration to E2E testing, this post shares a complete hands-on setup with real project metrics.
-
AI Agent Frontend Workflow (Part 1): Understanding Agents and Automated Component Generation in Practice
An AI Agent is not just a chatbot — it's an intelligent assistant that can invoke tools and manage context on its own. This post breaks down how Agents actually work, then walks through a hands-on React component generator to show how AI can reshape the frontend development workflow.