Skip to content

Commit ac12ad7

Browse files
authored
Translate render and commit section to Bengali
Translate initial render and re-render explanations from English to Bengali.
1 parent 4a489ef commit ac12ad7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/content/learn/render-and-commit.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,8 @@ img { margin: 0 10px 10px 0; }
124124

125125
</Sandpack>
126126

127-
<<<<<<< HEAD
128127
* **প্রাথমিক রেন্ডারের সময়,** React `<section>`, `<h1>`, এবং তিনটি `<img>` ট্যাগের জন্য [DOM নোডগুলো তৈরি করবে](https://developer.mozilla.org/docs/Web/API/Document/createElement)
129128
* **রি-রেন্ডারের সময়,** React পূর্ববর্তী রেন্ডার আর বর্তমান রেন্ডারের মধ্যবর্তী পরিবর্তন ক্যালকুলেট করবে। কিন্তু কমিট ধাপের আগ পর্যন্ত React এই তথ্য দিয়ে কিছুই করবে না।
130-
=======
131-
* **During the initial render,** React will [create the DOM nodes](https://developer.mozilla.org/docs/Web/API/Document/createElement) for `<section>`, `<h1>`, and three `<img>` tags.
132-
* **During a re-render,** React will calculate which of their properties, if any, have changed since the previous render. It won't do anything with that information until the next step, the commit phase.
133-
>>>>>>> abe931a8cb3aee3e8b15ef7e187214789164162a
134129

135130
<Pitfall>
136131

0 commit comments

Comments
 (0)