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

Translate first half of API reference: React #80

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
content/docs/reference-react.md Outdated Show resolved Hide resolved

- [`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)
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

content/docs/reference-react.md Outdated Show resolved Hide resolved

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

content/docs/reference-react.md Outdated Show resolved Hide resolved
content/docs/reference-react.md Outdated Show resolved Hide resolved
content/docs/reference-react.md Outdated Show resolved Hide resolved
content/docs/reference-react.md Outdated Show resolved Hide resolved
content/docs/reference-react.md Outdated Show resolved Hide resolved

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