Skip to content

Commit 1107597

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Counter
44
2. Teach basic state with `useState` in the `Counter`
55
3. Teach rendering / re-rendering topics (Virtual DOM "diffing algo")
66

7+
Grocery List
8+
9+
1. Teach how to use `.map` to make an array of JSX
10+
2. Add the events for adding/removing items
11+
3. Talk about mutating the items array with and without cloning
12+
713
Grocery Form
814

915
1. Teach forms and controlled vs uncontrolled
@@ -12,9 +18,3 @@ Grocery Form
1218
4. Teach refs with TypeScript
1319
5. Teach lifted state
1420
6. Talk about immutability
15-
16-
Grocery List
17-
18-
1. Teach how to use `.map` to make an array of JSX
19-
2. Add the events for adding/removing items
20-
3. Talk about mutating the items array with and without cloning

0 commit comments

Comments
 (0)