You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/1/en/part1d.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1239,7 +1239,8 @@ Change your application to display statistics only once feedback has been gather
1239
1239
1240
1240
Let's continue refactoring the application. Extract the following two components:
1241
1241
1242
-
- <i>Button</i> for defining the buttons used for submitting feedback
1242
+
- <i>Button</i> Handles the functionality of each feedback submission button.
1243
+
1243
1244
- <i>StatisticLine</i> for displaying a single statistic, e.g. the average score.
1244
1245
1245
1246
To be clear: the <i>StatisticLine</i> component always displays a single statistic, meaning that the application uses multiple components for rendering all of the statistics:
0 commit comments