-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finished translation of "Passing Props to a Component" page #495
Finished translation of "Passing Props to a Component" page #495
Conversation
39ec0ae
to
1d30307
Compare
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
@@ -983,13 +983,13 @@ h1 { | |||
|
|||
<Hint> | |||
|
|||
Any JSX you put inside of a component's tag will be passed as the `children` prop to that component. | |||
Будь-який JSX, який ви поміщаєте всередину тегу компонента, буде переданий як властивість `children` цьому компоненту. |
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.
Будь-який JSX, який ви поміщаєте всередину тегу компонента, буде переданий як властивість `children` цьому компоненту. | |
Будь-який JSX, який ви розміщуєте всередині тегу компонента, буде переданий як властивість `children` цьому компоненту. |
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.
btw, either проп
or властивість
should be used. there are a few places including this one with властивість
instead of проп
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.
Also i have a doubt about using JSX
in Ukrainian without код
or any other detail, as it looks like 'calque', e.g.:
Передати JSX
Передати JSX-код
I think it's up for discussion
btw, the main branch was updated recently, so maybe sync commit is not required anymore and may be omitted in case of rebase |
Co-authored-by: Alina Listunova <alinkedd@users.noreply.github.com>
d50d253
to
f496e9c
Compare
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
I never received a response about whether I can translate this article under my comment, but I decided to translate it.
This repository version was missing one change from the main one, so I made a
sync
commit.