Skip to content

Commit

Permalink
Merge pull request #39 from noriyotcp/20241014
Browse files Browse the repository at this point in the history
20241014
  • Loading branch information
noriyotcp authored Oct 14, 2024
2 parents 380e686 + 4cc6d16 commit 043d290
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions _posts/2024-10-12-react-training-2024.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "React 研修"
title: "React 研修(2024)"
date: "2024-10-12 16:33:38 +0900"
last_modified_at: "2024-10-14 01:13:03 +0900"
last_modified_at: "2024-10-15 02:25:52 +0900"
tags:
- React
---
Expand Down Expand Up @@ -64,3 +64,16 @@ StackBlitz がだいぶ重たいのでローカルでの開発にしようかな
- [ ] もう少し Reducer に対する理解を深めたい
---
`AddTodoItem` でインプットが空の時は追加ボタンを無効状態にしている
以下のように変更するか?
- ボタンに ref を張る
- インプットの状態(state) によって `buttonRef.current.disabled = true;` みたいな感じ?
### 10/14
ひとまず演習5-3 までは進んだ。`useEffect()` が出てくる
やっぱり `useReducer()`, `useEffect()` から難易度がぐっと上がる感じだ
じっくり取り組んでいこう

0 comments on commit 043d290

Please sign in to comment.