Skip to content

Commit

Permalink
fix: proofread and fix line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
habibium committed Oct 21, 2024
1 parent 770da82 commit 1fdb6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/learn/synchronizing-with-effects.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ video { width: 250px; }
<Pitfall>

By default, Effect গুলো *প্রত্যেক* রেন্ডারের পরে run হয়। এ কারণেই এ জাতীয় কোড **infinite loop তৈরি করে:**

```js
const [count, setCount] = useState(0);
useEffect(() => {
Expand Down

0 comments on commit 1fdb6a2

Please sign in to comment.