Skip to content

client-api-index #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/content/reference/react-dom/client/index.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
title: Client React DOM APIs
title: ক্লায়েন্ট React DOM API
---

<Intro>

The `react-dom/client` APIs let you render React components on the client (in the browser). These APIs are typically used at the top level of your app to initialize your React tree. A [framework](/learn/start-a-new-react-project#production-grade-react-frameworks) may call them for you. Most of your components don't need to import or use them.
`react-dom/client` API গুলো ক্লায়েন্টে (ব্রাউজারের মধ্যে) React কম্পোনেন্ট রেন্ডার করতে দেয়। এই API গুলো সাধারণত আপনার অ্যাপের একদম উপরের স্তরে React ট্রি ইনিশিয়ালাইজ করার কাজে ব্যবহৃত হয়। আপনার জন্য কল দিয়ে দিতে পারে একটি [framework](/learn/start-a-new-react-project#production-grade-react-frameworks)। আপনার বেশিরভাগ কম্পোনেন্টের সেগুলো ইমপোর্ট বা ব্যবহারের প্রয়োজন পড়বে না।

</Intro>

---

## Client APIs {/*client-apis*/}
## ক্লায়েন্ট API {/*client-apis*/}

* [`createRoot`](/reference/react-dom/client/createRoot) lets you create a root to display React components inside a browser DOM node.
* [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) lets you display React components inside a browser DOM node whose HTML content was previously generated by [`react-dom/server`.](/reference/react-dom/server)
* একটি ব্রাউজার DOM নোডে React কম্পোনেন্ট দেখানোর জন্য [`createRoot`](/reference/react-dom/client/createRoot) আপনাকে একটি root তৈরী করতে দেবে।
* [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) আপনাকে একটি ব্রাউজার DOM নোডে সেই React কম্পোনেন্ট গুলো দেখানোর সুযোগ দেবে যার HTML কনটেন্ট তৈরী করেছিল [`react-dom/server`.](/reference/react-dom/server)

---

## Browser support {/*browser-support*/}
## ব্রাউজার সাপোর্ট {/*browser-support*/}

React supports all popular browsers, including Internet Explorer 9 and above. Some polyfills are required for older browsers such as IE 9 and IE 10.
React ইন্টারনেট এক্সপ্লোরার ৯ এবং এর পরের সকল ভার্সন সহ সকল জনপ্রিয় ব্রাউজার সাপোর্ট করে। IE 9 এবং IE 10 এর মত পুরোনো ব্রাউজারের সাপোর্টের জন্য কিছু polyfill এর দরকার হয়।