Skip to content

Commit 022b83b

Browse files
author
Abolfazl Rezvani Naraqi
authored
Update thinking-in-react.md
1 parent 24ca7bb commit 022b83b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/content/learn/thinking-in-react.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,9 @@ function FilterableProductTable({ products }) {
507507
onInStockOnlyChange={setInStockOnly} />
508508
```
509509
510-
Inside the `SearchBar`, you will add the `onChange` event handlers and set the parent state from them:
510+
<p dir="rtl">
511+
شما روی‌داد `onChange` را درون `SearchBar` اضافه خواهید کرد و استیت پدر را از آنجا تنظیم می‌کنید.
512+
</p>
511513
512514
```js {5}
513515
<input
@@ -517,8 +519,10 @@ Inside the `SearchBar`, you will add the `onChange` event handlers and set the p
517519
onChange={(e) => onFilterTextChange(e.target.value)}
518520
/>
519521
```
520-
522+
<p dir="rtl">
521523
حالا اپلیکیشن کار میکند !
524+
</p>
525+
522526
<Sandpack>
523527
524528
```jsx App.js
@@ -663,8 +667,7 @@ td {
663667
664668
</Sandpack>
665669
666-
بیشتر درمورد استیت و پراپس
667-
[Adding Interactivity](/learn/adding-interactivity) section.
670+
برای کسب اطلاعات بیشتر در مورد کنترل روی‌داد‌ها و به روز‌رسانی استیت متوانید به قسمت [افزودن تعاملات](/learn/adding-interactivity) مراجعه کنید.
668671
669672
## Where to go from here {/* where-to-go-from-here */}
670673

0 commit comments

Comments
 (0)