-
Notifications
You must be signed in to change notification settings - Fork 60
Translate first half of API reference: React #80
base: main
Are you sure you want to change the base?
Translate first half of API reference: React #80
Conversation
Deploy preview for bn-reactjs ready! Built with commit 691bcf7 |
33adaed
to
d2c618e
Compare
d2c618e
to
9467baf
Compare
|
||
- [`React.Component`](#reactcomponent) | ||
- [`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)। |
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.
Translate Using React without ES6
|
||
## Overview {#overview} | ||
## সারমর্ম {#overview} | ||
|
||
### Components {#components} |
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.
Should we translate this to কম্পোনেন্ট? @nutboltu vai what do you think?
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.
for consistency, it should translate to কম্পোনেন্ট
|
||
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) । |
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.
translate React without JSX
Co-authored-by: Shakib Hossain <[email protected]>
Translation of first half of
API Reference/React