Skip to content

eepson123tw/fet-practice-skills

Repository files navigation

fet-practice-skills

A repository to practice Front-End (FE) skills and explore fun projects.

📋 Included

  • TypeScript Practice
  • Bundler Configuration
  • Automated GitHub Actions
  • HTML, CSS, and JavaScript Skills

For more details, refer to the changelog.md.

🔍 Key Points

1. 局部導入和全局導入影響的是什麼?

  • 影響打包結果:決定專案中使用的是全局導入還是局部導入,從而影響最終的打包結果。

2. XHR vs Fetch

功能 XHR Fetch
基本的請求能力
基本的獲取響應能力
監控請求速度 ×
監控響應速度
Service Worker 中使用 ×
操作 Cookie 的攜帶 ×
控制重定向 ×
請求取消
自定義 Referrer ×
×
API 風格 Event Promise
活耀度 會逐漸淘汰 不會淘汰