Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Conversation

@ShahadIshraq
Copy link

Translation of first half of API Reference/React

@netlify
Copy link

netlify bot commented Jun 8, 2020

Deploy preview for bn-reactjs ready!

Built with commit 691bcf7

https://deploy-preview-80--bn-reactjs.netlify.app

@ShahadIshraq ShahadIshraq force-pushed the translate-api-reference-react-0 branch 2 times, most recently from 33adaed to d2c618e Compare June 10, 2020 05:22
@ShahadIshraq ShahadIshraq force-pushed the translate-api-reference-react-0 branch from d2c618e to 9467baf Compare June 14, 2020 10:16
@nutboltu nutboltu requested review from nutboltu and shakib609 June 15, 2020 04:25
- [`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)
Copy link
Contributor

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}
Copy link
Contributor

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?

Copy link
Contributor

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 কম্পোনেন্ট

এই ফাংশনটি প্রদত্ত 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)
Copy link
Contributor

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]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants