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/5/en/part5b.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -529,7 +529,7 @@ Full stack development is <i>extremely hard</i>, that is why I will use all the
529
529
530
530
#### 5.5 Blog List Frontend, step 5
531
531
532
-
Change the form for creating blog posts so that it is only displayed when appropriate. Use functionality similar to what was shown [earlier in this part of the course material](/en/part5/props_children_and_proptypes#displaying-the-login-form-only-when-appropriate). If you wish to do so, you can use the <i>Togglable</i> component defined in part 5.
532
+
Change the form for creating blog posts so that it is only displayed when appropriate. Use functionality similar to what was shown [earlier in this part of the course material](/en/part5/props_children_and_component_refs#displaying-the-login-form-only-when-appropriate). If you wish to do so, you can use the <i>Togglable</i> component defined in part 5.
533
533
534
534
By default the form is not visible
535
535
@@ -545,7 +545,7 @@ The form hides again after a new blog is created or the <i>cancel</i> button is
545
545
546
546
Separate the form for creating a new blog into its own component (if you have not already done so), and move all the states required for creating a new blog to this component.
547
547
548
-
The component must work like the <i>NoteForm</i> component from the [material](/en/part5/props_children_and_proptypes#state-of-the-forms) of this part.
548
+
The component must work like the <i>NoteForm</i> component from the [material](/en/part5/props_children_and_component_refs#state-of-the-forms) of this part.
0 commit comments