Skip to content

Commit cfc4111

Browse files
authored
Update manipulating-the-dom-with-refs.md
1 parent 36231d2 commit cfc4111

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/content/learn/manipulating-the-dom-with-refs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,11 +493,7 @@ React এ, প্রতিটি আপডেট [দুটি পর্যা
493493

494494
React কমিটের সময় `ref.current` সেট করে। DOM আপডেট করার আগে, React প্রভাবিত `ref.current` মানগুলিকে `null` সেট করে। DOM আপডেট করার পরে, React তা অবিলম্বে সম্পর্কিত DOM নোডগুলিতে সেট করে।
495495

496-
<<<<<<< HEAD
497496
**সাধারণত, আপনি ইভেন্ট হ্যান্ডলারগুলি থেকে ref গুলি অ্যাক্সেস করবেন।** আপনি যদি কোনও ref এর সাথে কিছু করতে চান, কিন্তু এটি করার জন্য কোনও নির্দিষ্ট ইভেন্ট নেই, আপনার একটি Effect প্রয়োজন হতে পারে। আমরা পরবর্তী সেকশন গুলিতে effects সম্পর্কে আলোচনা করব।
498-
=======
499-
**Usually, you will access refs from event handlers.** If you want to do something with a ref, but there is no particular event to do it in, you might need an Effect. We will discuss Effects on the next pages.
500-
>>>>>>> 93177e6ceac8ffb5c2a8f3ed4bd1f80b63097078
501497

502498
<DeepDive>
503499

0 commit comments

Comments
 (0)