bacnotes備份筆記

Featured image of post React 如何與遠端資料庫互動|bacnotes備份筆記

React 如何與遠端資料庫互動|bacnotes備份筆記

React存取資料庫有什麼需要特別注意的地方嗎?其實跟一般fetch沒有太大的不同,但需要注意每次呼叫函式如何不因重新渲染元件,導致函式記憶體地址改變而開始無限迴圈,使用useCallback跟useEffect搭配fetch更安全。

Featured image of post 關於React Class Component|bacnotes備份筆記

關於React Class Component|bacnotes備份筆記

function Component 寫起來精簡又彈性,為什麼會需要了解 Class Component,因為可能還是會在專案當中碰到。了解如何處理Class Component,跟他們適合使用的時機,讓你在寫程式時可以更無往不利,以及在JavaScript如何使用錯誤邊界處理可能造成App Crash的狀況。

Featured image of post React的CSS樣式管理方法|bacnotes備份筆記

React的CSS樣式管理方法|bacnotes備份筆記

提到React的樣式,就不得不提到當今趨勢的Styled Component跟CSS modules。這篇會分析四種撰寫樣式方法的優缺點,包含inline style、CSS、Styled Component、CSS modules。

相信科技讓社會更美好,所以開始寫起了程式
Built with Hugo
Theme Stack designed by Jimmy