跳转到内容

Frontend

“Frontend”(亦写作 front-end)涵盖 HTML/CSS/JavaScript、组件库、浏览器渲染与用户体验。frontend developer 负责页面、可访问性与性能;与 backend(服务端逻辑、数据库)通过 API 通信。

  1. “The frontend team shipped a new dashboard with React.” (前端团队用 React 发布了新仪表盘。)
  2. “Optimize frontend assets to improve Lighthouse scores.” (优化前端资源以提升 Lighthouse 分数。)
  3. “API changes must be coordinated with the frontend contract.” (API 变更须与前端约定协调。)

front(前面)+ end(端),指面向用户的那一端系统。

复合词,强调用户可见的界面层。

前后端分离是主流架构;frontend 也承担设计系统、国际化、响应式布局等职责。

  • 固定搭配: “frontend developer” (前端开发者), “frontend framework” (前端框架), “frontend build” (前端构建)
  • 拼写: front-end(带连字符亦常见)
  • 反义: backend

用户看到的 front(前面)那一 end——frontend。

“The frontend cached stale data until engineers fixed the service worker strategy.” (前端一直缓存旧数据,直到工程师修好 Service Worker 策略。)