freeCodeCamp/guide/russian/certifications/front-end-libraries/react/access-props-using-this-props/index.md

18 lines
559 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Access Props Using this.props
localeTitle: Доступ к реквизитам с помощью this.props
---
## \## Access Props Использование this.props
Для этого решения вам нужно сначала запомнить, как добавить реквизиты к вашему родительскому компоненту:
\`\` \`JSX
```
Once you have the prop set, you can use this.props in your child component.
```
HTML
Ваш временный пароль: **{this.props.tempPassword}**
\`\` \`