This repository was archived by the owner on Apr 21, 2023. It is now read-only.
Translate first half of API reference: React#80
Open
ShahadIshraq wants to merge 2 commits intostale-reactjs-org-translations:mainfrom
Open
Translate first half of API reference: React#80ShahadIshraq wants to merge 2 commits intostale-reactjs-org-translations:mainfrom
ShahadIshraq wants to merge 2 commits intostale-reactjs-org-translations:mainfrom
Conversation
|
Deploy preview for bn-reactjs ready! Built with commit 691bcf7 |
33adaed to
d2c618e
Compare
d2c618e to
9467baf
Compare
shakib609
suggested changes
Jun 15, 2020
| - [`React.PureComponent`](#reactpurecomponent) | ||
|
|
||
| If you don't use ES6 classes, you may use the `create-react-class` module instead. See [Using React without ES6](/docs/react-without-es6.html) for more information. | ||
| `create-react-class` module টি ব্যবহার করতে পারেন যদি ES6 ব্যবহার না করেন। আরও তথ্যের জন্য দেখুন [Using React without ES6](/docs/react-without-es6.html)। |
Contributor
There was a problem hiding this comment.
Translate Using React without ES6
| ## Overview {#overview} | ||
| ## সারমর্ম {#overview} | ||
|
|
||
| ### Components {#components} |
Contributor
There was a problem hiding this comment.
Should we translate this to কম্পোনেন্ট? @nutboltu vai what do you think?
Contributor
There was a problem hiding this comment.
for consistency, it should translate to কম্পোনেন্ট
| এই ফাংশনটি প্রদত্ত type এর নতুন একটি [React element](/docs/rendering-elements.html) তৈরি করে তা return করে। type argument টি হয় একটি tag এর নাম (যেমন `'dev'` বা `'span'`), অথবা [React component](/docs/components-and-props.html) type এর (class বা function), নয়ত [React fragment](#reactfragment) type এর হতে পারে। | ||
|
|
||
| Code written with [JSX](/docs/introducing-jsx.html) will be converted to use `React.createElement()`. You will not typically invoke `React.createElement()` directly if you are using JSX. See [React Without JSX](/docs/react-without-jsx.html) to learn more. | ||
| [JSX](/docs/introducing-jsx.html) এ লেখা কোড থেকে `React.createElement()` ব্যবহার কোডে পরিবর্তন করা হয়। JSX ব্যবহার করা হলে সাধারণত `React.createElement()` সরাসরি ব্যবহার করা হয় না। আরও জানতে দেখুন [React Without JSX](/docs/react-without-jsx.html) । |
Contributor
There was a problem hiding this comment.
translate React without JSX
Co-authored-by: Shakib Hossain <3992124+shakib609@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Translation of first half of
API Reference/React