-
Notifications
You must be signed in to change notification settings - Fork 58
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
render-to-static-markup #65
render-to-static-markup #65
Conversation
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
@@ -4,7 +4,7 @@ title: renderToStaticMarkup | |||
|
|||
<Intro> | |||
|
|||
`renderToStaticMarkup` renders a non-interactive React tree to an HTML string. | |||
`renderToStaticMarkup` একটি নন-ইন্টার্যাক্টিভ React ট্রি কে একটি HTML স্ট্রিং এ রেন্ডার করে। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`renderToStaticMarkup` একটি নন-ইন্টার্যাক্টিভ React ট্রি কে একটি HTML স্ট্রিং এ রেন্ডার করে। | |
`renderToStaticMarkup` একটি নন-ইন্টারেক্টিভ React ট্রি কে একটি HTML স্ট্রিং এ রেন্ডার করে। |
|
||
```js | ||
import { renderToStaticMarkup } from 'react-dom/server'; | ||
|
||
const html = renderToStaticMarkup(<Page />); | ||
``` | ||
|
||
It will produce non-interactive HTML output of your React components. | ||
এটা আপনার React কম্পোনেন্টের নন-ইন্টার্যাক্টিভ HTML আউটপুট তৈরি করবে। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
এটা আপনার React কম্পোনেন্টের নন-ইন্টার্যাক্টিভ HTML আউটপুট তৈরি করবে। | |
এটা আপনার React কম্পোনেন্টের নন-ইন্টারেক্টিভ HTML আউটপুট তৈরি করবে। |
|
||
### Rendering a non-interactive React tree as HTML to a string {/*rendering-a-non-interactive-react-tree-as-html-to-a-string*/} | ||
### একটি নন-ইন্টার্যাক্টিভ React ট্রি কে HTML হিসেবে একটি স্ট্রিং এ রেন্ডার করা {/*rendering-a-non-interactive-react-tree-as-html-to-a-string*/} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### একটি নন-ইন্টার্যাক্টিভ React ট্রি কে HTML হিসেবে একটি স্ট্রিং এ রেন্ডার করা {/*rendering-a-non-interactive-react-tree-as-html-to-a-string*/} | |
### একটি নন-ইন্টারেক্টিভ React ট্রি কে HTML হিসেবে একটি স্ট্রিং এ রেন্ডার করা {/*rendering-a-non-interactive-react-tree-as-html-to-a-string*/} |
app.use('/', (request, response) => { | ||
const html = renderToStaticMarkup(<Page />); | ||
response.send(html); | ||
}); | ||
``` | ||
|
||
This will produce the initial non-interactive HTML output of your React components. | ||
এটা আপনার React কম্পোনেন্টের প্রাথমিক নন-ইন্টার্যাক্টিভ HTML আউটপুট তৈরি করবে। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
এটা আপনার React কম্পোনেন্টের প্রাথমিক নন-ইন্টার্যাক্টিভ HTML আউটপুট তৈরি করবে। | |
এটা আপনার React কম্পোনেন্টের প্রাথমিক নন-ইন্টারেক্টিভ HTML আউটপুট তৈরি করবে। |
|
||
<Pitfall> | ||
|
||
This method renders **non-interactive HTML that cannot be hydrated.** This is useful if you want to use React as a simple static page generator, or if you're rendering completely static content like emails. | ||
এই মেথডটা রেন্ডার করে **নন-ইন্টার্যাক্টিভ HTML যা hydrate করা যায় না।** এটা কাজে লাগে যখন আপনি React কে একটি simple static page generator হিসেবে ব্যবহার করতে চান, অথবা আপনি সম্পূর্ণরূপে স্ট্যাটিক কনটেন্ট যেমন ইমেইল রেন্ডার করছেন। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
এই মেথডটা রেন্ডার করে **নন-ইন্টার্যাক্টিভ HTML যা hydrate করা যায় না।** এটা কাজে লাগে যখন আপনি React কে একটি simple static page generator হিসেবে ব্যবহার করতে চান, অথবা আপনি সম্পূর্ণরূপে স্ট্যাটিক কনটেন্ট যেমন ইমেইল রেন্ডার করছেন। | |
এই মেথডটা রেন্ডার করে **নন-ইন্টারেক্টিভ HTML যা hydrate করা যায় না।** এটা কাজে লাগে যখন আপনি React কে একটি simple static page generator হিসেবে ব্যবহার করতে চান, অথবা আপনি সম্পূর্ণরূপে স্ট্যাটিক কনটেন্ট যেমন ইমেইল রেন্ডার করছেন। |
|
||
Interactive apps should use [`renderToString`](/reference/react-dom/server/renderToString) on the server and [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) on the client. | ||
ইন্টার্যাক্টিভ অ্যাপের উচিত সার্ভারে [`renderToString`](/reference/react-dom/server/renderToString) ব্যবহার করা এবং ক্লায়েন্টে [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) ব্যবহার করা। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ইন্টার্যাক্টিভ অ্যাপের উচিত সার্ভারে [`renderToString`](/reference/react-dom/server/renderToString) ব্যবহার করা এবং ক্লায়েন্টে [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) ব্যবহার করা। | |
ইন্টারেক্টিভ অ্যাপের উচিত সার্ভারে [`renderToString`](/reference/react-dom/server/renderToString) ব্যবহার করা এবং ক্লায়েন্টে [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) ব্যবহার করা। |
@nafistiham Bhai ইন্টার্যাক্টিভ spelling ta problem kortese tai ইন্টার্যাক্টিভ => ইন্টারেক্টিভ kore diyen |
এমনেই ঠিক করা গেছে। সম্ভবত ম্যাকের ইস্যু। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks to Nafis Bhai
No description provided.