Skip to content

Commit 3d851f4

Browse files
committed
Fix broken managing-state chapter links
1 parent 258ea3b commit 3d851f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/content/learn/managing-state.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ title: "ניהול הstate"
1111
<YouWillLearn isChapter={true}>
1212

1313
* [איך לחשוב על שינויים בממשק משתמש כשינויים בstate](/learn/reacting-to-input-with-state)
14-
* [איך לבנות מצב טוב](/למד/בחירת-ה-מצב-מבנה)
14+
* [איך לבנות מצב טוב](/learn/choosing-the-state-structure)
1515
* [עזרה "להרים את הstate למעלה" כדי לשתף אותו בין רכיבים](/learn/sharing-state-between-components)
1616
* [כיצד לשלוט אם הstate ישמר או יאופס](/learn/preserving-and-resetting-state)
17-
* [כיצד לאחד היגיון מצב מורכב בפונקציה](/learn/extracting-state-logic-to-a-reducer)
17+
* [כיצד לאחד היגיון מצב מורכב בפונקציה](/learn/extracting-state-logic-into-a-reducer)
1818
* [כיצד להעביר מידע ללא "קידוח props"](/learn/passing-data-deeply-with-context)
1919
* [כיצד להרחיב את ניהול הstate ככל שהאפליקציה שלך גדלה](/learn/scaling-up-with-reducer-and-context)
2020

@@ -1015,4 +1015,3 @@ ul, li { margin: 0; padding: 0; }
10151015
עבור אל [מגיב לקלט עם מצב](/learn/reacting-to-input-with-state) כדי להתחיל לקרוא פרק זה עמוד אחר עמוד!
10161016
10171017
או, אם אתה כבר מכיר את הנושאים האלה, למה שלא תקרא על [Escape Hatches](/learn/escape-hatches)?
1018-

0 commit comments

Comments
 (0)