Skip to content

Commit 608cc79

Browse files
committed
tweaks part 7
1 parent 3c6cdd3 commit 608cc79

4 files changed

Lines changed: 267 additions & 105 deletions

File tree

src/content/0/en/part0a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Despite changes *all the submitted exercises remain valid*, and the course can b
327327
328328
Recent major changes
329329
330-
- Part 7 (5th April): Webpack replaced with esbuild
330+
- Part 7 (5th April): Webpack replaced with esbuild, rror boundaries and keeping the frontend and backend in a single repository covered
331331
- Part 6 (5th April): Redux replaced with Zustand
332332
- Part 5 (31st March 2026): React Router and style libraries have been moved from Part 7 to this part
333333
- Parts 9, 11-13 (March 2026): content updated and material moved to new platform

src/content/7/en/part7.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ lang: en
66

77
<div class="intro">
88

9-
The seventh part of the course covers several topics. We begin by looking at how to define custom hook functions. After that, we explore how bundling works in React applications: we get acquainted with esbuild as a low-level bundler and look at how Vite can be configured for different scenarios. Toward the end of the part, we briefly cover class components and other React development topics such as code organization and state management.
9+
The seventh part of the course covers several topics. We begin by looking at how to define custom hook functions. After that, we explore how bundling works in React applications: we get acquainted with esbuild as a low-level bundler and look at how Vite can be configured for different scenarios. Toward the end of the part, we briefly cover class components and other React development topics such as code organization and error boundaries.
1010

11-
<i>Part updated April 6th 2026</i>
12-
- <i>React router, UI libraries and Styled components moved to part5</i>
11+
<i>Part updated April 7th 2026</i>
12+
- <i>React router, UI libraries and Styled components moved to part 5</i>
1313
- <i>Webpack replaced with esbuild</i>
14+
- <i>Error boundaries and keeping the frontend and backend in a single repository covered</i>
15+
- <i>Two new exercises</i>
1416

1517
</div>

src/content/7/en/part7a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lang: en
77

88
<div class="content">
99

10-
The exercises in this part of the course differ a bit from the ones before. As usual, there are some exercises related to the theory of the chapter.
10+
The exercises in this part of the course differ a bit from the ones before. As usual, there are some exercises related to the theory of the <i>this</i> chapter. The other chapters of this part do not have separate exercises.
1111

1212
The rest of the exercises in this part are found [here](/en/part7/exercises_extending_the_bloglist).
1313

@@ -588,7 +588,7 @@ The internet is starting to fill up with more and more helpful material related
588588

589589
<div class="tasks">
590590

591-
### Exercises 7.1.-7.8.
591+
### Exercises 7.1.-7.5.
592592

593593
#### 7.1: useField hook
594594

0 commit comments

Comments
 (0)