React dom components index by nafistiham · Pull Request #68 · reactjs/bn.react.dev

- `react-dom@experimental`

Experimental versions of React may contain bugs. Don't use them in production.
React  এর পরীক্ষামূলক ভার্শঙ্গুলোতে বাগ থাকতে পারে। প্রোডাকশনে এই ভার্শঙ্গুলো ব্যবহার করবেন না।

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React  এর পরীক্ষামূলক ভার্শঙ্গুলোতে বাগ থাকতে পারে। প্রোডাকশনে এই ভার্শঙ্গুলো ব্যবহার করবেন না।
React  এর পরীক্ষামূলক ভার্সনগুলোতে বাগ থাকতে পারে। প্রোডাকশনে এই ভার্সনগুলো ব্যবহার করবেন না।
[DOM স্ট্যান্ডার্ড](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) এর মতোই React প্রপের নামের জন্য `camelCase` রীতি অনুসরণ করে। উদাহরণস্বরূপ, আপনি `tabindex` এর জায়গায় লিখবেন `tabIndex`। আপনি [online converter](https://transform.tools/html-to-jsx) ব্যবহার করে বিদ্যমান SVG কে JSX এ রূপান্তরিত করতে পারবেন।

Namespaced attributes also have to be written without the colon:
Namespaced অ্যাট্রিবিউটগুলো কলন ছাড়া লিখতে হবেঃ

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Namespaced অ্যাট্রিবিউটগুলো কলন ছাড়া লিখতে হবেঃ
Namespaced অ্যাট্রিবিউটগুলো কোলন ছাড়া লিখতে হবেঃ
## All SVG components {/*all-svg-components*/}
## সকল SVG কম্পোনেন্ট {/*all-svg-components*/}

React supports all built-in browser SVG components. This includes:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React supports all built-in browser SVG components. This includes:
React ব্রাউজারে থাকা সকল বিল্ট-ইন SVG কম্পোনেন্ট সাপোর্ট করে। যার মধ্যে রয়েছে:
- সকল কাস্টম এলিমেন্ট প্রপ স্ট্রিং এ সিরিয়ালাইজ করা হয় এবং সব সময় এট্রিবিউট ব্যবহার করে সেট করা হয়।
- কাস্টম এলিমেন্ট এর জায়গায় `class` গ্রহণ করে, এবং `htmlFor` এর জায়গায় `for`।

If you render a built-in browser HTML element with an [`is`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/is) attribute, it will also be treated as a custom element.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you render a built-in browser HTML element with an [`is`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/is) attribute, it will also be treated as a custom element.
আপনি যদি [`is`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/is) এট্রিবিউট সহ একটি ব্রাউজার বিল্ট-ইন HTML এলিমেন্ট রেন্ডার করেন, তবে এটিকে একটি কাস্টম উপাদান হিসাবে Treat করা হবে.