#frontend-development
Read more stories on Hashnode
Articles with this tag
因為工作中的Vue3專案都是用pinia來處理全域狀態問題,不過發現有時候有些跨元件狀態不會到整個應用都需要,但使用props又要用多層傳遞,所以筆記一下比較少用Vue本身的provide、inject機制。 以下使用Vue3 composition API語法為例: Provide //...
因為工作都是在做地圖相關的web,很常需要取得使用者定位的功能;但如果直接使用瀏覽器原生的 Geolocation...
源碼掃描時被要求 <a target=”_blank” /> 標籤要加上 rel=”noopener noreferrer”,先簡單總結加上這兩個屬性值的安全性考量: noreferrer...