Skip to content

Commit ac55f0f

Browse files
authored
Merge pull request #3108 from vlondonoma/patch-26
Update part7b.md (EN)
2 parents e41e022 + 9eac8b6 commit ac55f0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/7/en/part7b.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ lang: en
77

88
<div class="content">
99

10-
The exercises in this part are a bit different than the exercises in the previous parts. The exercises in the previous part and the exercises in this part [are about the theory presented in this part](/en/part7/custom_hooks#exercises-7-4-7-8).
11-
12-
This part also contains a [series of exercises](/en/part7/exercises_extending_the_bloglist) in which we modify the Bloglist application from parts 4 and 5 to rehearse and apply the skills we have learned.
13-
1410
### Hooks
1511

1612
React offers 15 different [built-in hooks](https://react.dev/reference/react), of which the most popular ones are the [useState](https://react.dev/reference/react/useState) and [useEffect](https://react.dev/reference/react/useEffect) hooks that we have already been using extensively.

0 commit comments

Comments
 (0)