2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
SideProject30
選手 75 文章 1430
Day 14
2023-09-29
341
0
⭐任務說明 😸 學習使用 useContext useContext 是什麼 讓當前的元件可以取到其他元件的內容(context),可以達到共享資料,像是...
Day 17
2023-10-02
340
0
0. 前情提要 本日目標 系統配置遊戲 玩家選擇行動 (三次打牌失敗) 遊戲結束 1. 系統配置遊戲 => app/channels...
Day 12
2023-09-27
339
0
SQLData @Entity() export class Article { @PrimaryGeneratedColumn() IdArticle...
Day 3
2023-09-18
339
0
Day 3 - UI Create React App create-react-app.dev npx create-react-app ttk cd ttk...
Day 16
2023-10-01
337
0
⭐任務說明 😸 學習使用 useReducer useReducer 是什麼 用於管理元件中的狀態,可以處理複雜狀態邏輯 如何使用 import { u...
Day 19
2023-10-04
335
0
前情提要 看了同為參賽者的Annie大大文章Day09:使用 Wireframe 線稿拼接網站的功能與畫面(一)發覺自己只想著使用者會想用的功能但版面細節部分略...