Skip to content

Commit 4a489ef

Browse files
authored
Clarify final result stored by useState in React
Updated the explanation of state updates in React to clarify the final result stored by useState.
1 parent e7c9a1c commit 4a489ef

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/content/learn/queueing-a-series-of-state-updates.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,7 @@ h1 { display: inline-block; margin: 10px; width: 30px; text-align: center; }
177177
| "`5` দিয়ে প্রতিস্থাপন" | `0` (অব্যবহৃত) | `5` |
178178
| `n => n + 1` | `5` | `5 + 1 = 6` |
179179

180-
<<<<<<< HEAD
181180
চূড়ান্ত ফলাফল হিসাবে React `6` সঞ্চয় করে এবং `useState` এ রিটার্ন করে।
182-
=======
183-
React stores `6` as the final result and returns it from `useState`.
184-
>>>>>>> abe931a8cb3aee3e8b15ef7e187214789164162a
185181

186182
<Note>
187183

@@ -604,4 +600,4 @@ function TestCase({
604600

605601
</Solution>
606602

607-
</Challenges>
603+
</Challenges>

0 commit comments

Comments
 (0)