React: Component props
最近負責的專案遇到一點寫法上的瓶頸,codebase搞得亂七八糟的(太菜😅),所以開始看一些跟模式(pattern)有點相關的文章。
這篇筆記主要內容出自於 React component as prop: the right way™️,在講述如何傳遞元件(component)當作props。
會想傳遞components當作props,主要是為了方便分享state或props、並且讓程式碼更靈活更彈性,而文章作者將傳遞方式大致上分為三種模式:
Pass components as Ele...
urlun0404.hashnode.dev2 min read