Skip to content

Commit

Permalink
Update manipulating-the-dom-with-refs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nafistiham authored Jun 5, 2024
1 parent 36231d2 commit cfc4111
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/content/learn/manipulating-the-dom-with-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,7 @@ React এ, প্রতিটি আপডেট [দুটি পর্যা

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

<<<<<<< HEAD
**সাধারণত, আপনি ইভেন্ট হ্যান্ডলারগুলি থেকে ref গুলি অ্যাক্সেস করবেন।** আপনি যদি কোনও ref এর সাথে কিছু করতে চান, কিন্তু এটি করার জন্য কোনও নির্দিষ্ট ইভেন্ট নেই, আপনার একটি Effect প্রয়োজন হতে পারে। আমরা পরবর্তী সেকশন গুলিতে effects সম্পর্কে আলোচনা করব।
=======
**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.
>>>>>>> 93177e6ceac8ffb5c2a8f3ed4bd1f80b63097078

<DeepDive>

Expand Down

0 comments on commit cfc4111

Please sign in to comment.