create-react-app 在 v4 版本的 API 有變更,建立專案時請以下述指令執行,才會開啟 Progressive Web App 的功能:
# <my-app> 請換成專案想取的名稱
npx create-react-app <my-app> --template cra-template-pwa
進一步的說明請參考 CRA 建立專案方式異動
在 emotion 11 中,將原本的套件名稱從 @emotion/core
改為 @emotion/react
,並將 emotion-theming
這個套件整併到 @emotion/react
內。因此在安裝 emotion 時,可將指令修改為:
# 安裝 emotion11
npm install @emotion/react @emotion/styled
進一步的說明請參考 emotion 安裝方式異動
- The magic behind 💅 styled-components:說明 styled component 如何使用 template literal 中的 tagged template 方式,來取得元件中 props 的值
- Git 安裝教學 @ Git
- Github Page @ Github
- Geolocation API @ MDN
- Progressive Web Apps @ Web.dev
- 台灣好天氣的設計畫面主要參考 imgur 上的圖片 (https://imgur.com/ZLgiOyj)
- 天氣圖示來自 IconFinder 上 The Weather is Nice Today 所提天(https://www.iconfinder.com/iconsets/the-weather-is-nice-today)