mijouhsieh
下載react repo 出現npm i 錯誤 > <
2023-05-03 | 0 0 | git-clone-react-repo-Error
5. 使用 props 向下傳遞資料
2023-04-18 | 0 0 | Props JSX Spread Syntax destructure Passing JSX as children children prop
3. React 語法糖:JSX
2023-04-17 | 0 0 | JSX render logic & markup single parent tag <div>...</div> <>... </> Fragment 嚴格標籤閉合 只會回傳一個根元素
MVC ,utility模組(工具), 常數(不會變動的資料)
2023-04-14 | 0 0 | MVC utility 模組 不變動資料
解構賦值 destructuring assignment
2023-04-14 | 0 0 | Destructuring assignment 解構賦值
讓code更簡潔
2023-04-13 | 0 0 | 省略屬性名稱 解構賦值 destructuring assignment
pseudo-class :last-child, :first-child
2023-04-13 | 0 0 | pseudo-class :first-child :last-child
flexbox 子元素 的語法
2023-04-13 | 0 0 | flex align-self flexbox-item
2 export / import 元件
2023-04-12 | 0 0 | export-import-component default exports named exports named imports