logo
  • 現在做什麼
  • 關於我

Kalan

文章分類

  • 前端
  • 開發筆記
  • 雜談
  • 年度回顧

快速連結

  • 現在做什麼
  • 關於我
  • 聯絡我
  • 職涯思考🔗

關注我

在福岡生活的開發者,分享軟體開發與日本生活的點點滴滴。

© 2025 Kalan Made with ❤️. All rights reserved.

Frontend Anxiety Disorder

Written byKalanKalanOct 16, 2021
Home/Frontend
💡

If you have any questions or feedback, pleasefill out this form

Japanese原文

Table of Contents

  1. The Maturing Frontend Field

This post is translated by ChatGPT and originally written in Mandarin, so there may be some inaccuracies or mistakes.

Warning: This article only expresses personal viewpoints and thoughts, and is not intended as criticism towards peers in the industry.

The Maturing Frontend Field

I believe that the frontend field (referring to web development here) is gradually maturing. Frontend frameworks are adopting a component-centric philosophy and responsive mechanisms, combined with unique syntax, development techniques, and philosophies that can handle most use cases. Currently, most improvements are focused on build tools, such as enhancing translation speed and development experience through esbuild, vite, and snowpack, or optimizing existing frameworks. For instance, Vue 3 introduced the Composition API and React recently announced React Server Components, all aimed at reducing the cognitive load on developers from various aspects.

Another trend is the integration of browsers with other sensors and communication protocols, such as the Web Serial API, Web Bluetooth, and Web NFC. With the help of browsers, users no longer need to install additional software or drivers; all operations can be resolved within the web page. In this type of application, the web page is merely a shell—it doesn’t necessarily

← Asahi Linux - Running Linux on Apple M1Linear Output and Exponential Output →

If you found this article helpful, please consider buying me a coffee ☕ It'll make my ordinary day shine ✨

☕Buy me a coffee

Table of Contents

  1. The Maturing Frontend Field