If you tap the last dots and swipe it to the right edge…
[JS]React-Slick shows 2 dots after tapping a dot then swipe shade list on Android.
The problem is wrong priority with class. So if you tap…
[JS] 偵測裝置是否為iphone或ipad
這邊使用,test這個方法作為判斷依據,使用正規表達式,來運算()裡面的字串,是否有/ /中的規則。 MDN …
[React] inline Styles 推薦套件 emotion
相關文章閱讀: emotion,整體非常多功能,不輸常見的 styled 這個套件,如果純用 emotion …
[JS]用書籤、我的最愛執行JS code
三個步驟,快速教你如何使用書籤執行javascript 新增書籤 2. 把網址改成程式碼 3. 把網址改成以下…
[React]更新context值的方式
Class 中自定義方法 functional 在Hook中 使用useReducer
[React]Context的初始化教學
在createContext()時初始化 context.provider value = {state}時給…
[React]Context的三種讀取方法
Class 內讀取方法 使用 contextType取得context的值 Class 內使用context….
[JS]轉換svg成png檔 svgToPng
今天快速整理一下,如何讓 svg 的檔 用js轉成 PNG檔這個方法區要 svg的整個 element來進行轉…
[JS]一行判斷手機裝置 Detect the mobile device
目前支援度有: Safari, Chrome, IE10 and Firefox Windows 7/8 br…