# React.js
# Why React Re-Renders
如何防止意外觸發 rerender 一直是用 React.js 開發時很重要的議題, 這篇文章會帶大家了解 React 是怎麼決定要不要 rerender,以及在開發時應該要如何避免不必要的 rerender。
# Understanding useMemo and useCallback
比起最常見的 useState,useMemo 跟 useCallback 這兩個 hook 算是比較少用也比較複雜一點,但如果用得好的話,他們可以讓程式碼寫起來很漂亮,同時又可以提高效能,推薦給已經寫過 React 想要學習進階技巧的 React 開發者來讀讀~
# Notes on maintaining an internal React component library
許多用 React 開發前端的公司內部都會有自己的一套 component library,這篇文章會介紹一些維護 component library 的心法以及注意事項,包含 props 應該如何設計、怎麼減輕開發的心智負擔等等。雖然文章真的很長(我每天一個段落總共讀了兩個多禮拜),但真的寫得很不錯
Tag
Recommendation
Discussion(login required)