Skip to content

Commit 92ea7b9

Browse files
committed
tweaks 6
1 parent 9e5e0aa commit 92ea7b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2901
-1015
lines changed

src/components/PartBanner/PartBanner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const partNameTranslations = {
1212
'Palvelimen ohjelmointi NodeJS:n Express-kirjastolla',
1313
'Express-sovellusten testaaminen, käyttäjänhallinta',
1414
'React-sovelluksen testaaminen',
15-
'Sovelluksen tilan hallinta Redux-kirjastolla',
15+
'Edistynyt tilan hallinta',
1616
'React router, custom-hookit, tyylikirjastot ja webpack',
1717
'GraphQL',
1818
'TypeScript',
@@ -28,7 +28,7 @@ const partNameTranslations = {
2828
'Programming a server with NodeJS and Express',
2929
'Testing Express servers, user administration',
3030
'Testing React apps',
31-
'State management with Redux',
31+
'Advanced state management',
3232
'React router, custom hooks, styling app with CSS and webpack',
3333
'GraphQL',
3434
'TypeScript',

src/content/6/en/part6.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ lang: en
66

77
<div class="intro">
88

9-
So far, we have placed the application's state and state logic directly inside React components. When applications grow larger, state management should be moved outside React components. In this part, we will introduce the Redux library, which is currently the most popular solution for managing the state of React applications.
9+
So far, we have placed the application's state and state logic directly inside React components. When applications grow larger, state management should be moved outside React components. In this part, we will introduce the Redux library, which is currently the most popular solution for managing the state of React applications.
10+
11+
We'll learn about the lightweight version of Redux directly supported by React, namely the React context and useRedux hook, as well as the React Query library that simplifies the server state management.
1012

1113
</div>

0 commit comments

Comments
 (0)