Skip to content

Commit 0b6ef3b

Browse files
committed
small fix in notes
1 parent ecd2919 commit 0b6ef3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

react/core/02-state/lecture/NOTES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Counter
66

77
Grocery Form
88

9-
1. Teach forms and controlled vs uncontrolled (no refs)
9+
1. Teach forms and controlled vs uncontrolled
1010
2. Teach `new FormData(e.currentTarget)`
1111
3. Teach `Object.fromEntries()`
12-
4. Teach lifted state
13-
5. Talk about immutability
12+
4. Teach refs with TypeScript
13+
5. Teach lifted state
14+
6. Talk about immutability
1415

1516
Grocery List
1617

0 commit comments

Comments
 (0)