We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6ef3b commit 1107597Copy full SHA for 1107597
react/core/02-state/lecture/NOTES.md
@@ -4,6 +4,12 @@ Counter
4
2. Teach basic state with `useState` in the `Counter`
5
3. Teach rendering / re-rendering topics (Virtual DOM "diffing algo")
6
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
13
Grocery Form
14
15
1. Teach forms and controlled vs uncontrolled
@@ -12,9 +18,3 @@ Grocery Form
18
4. Teach refs with TypeScript
19
5. Teach lifted state
20
6. Talk about immutability
-
16
-Grocery List
17
-1. Teach how to use `.map` to make an array of JSX
-2. Add the events for adding/removing items
-3. Talk about mutating the items array with and without cloning
0 commit comments