Skip to content

Translation for "Responding to Events" - #861

Closed
xxtereshko wants to merge 14 commits into
reactjs:mainfrom
xxtereshko:feat/learn-event-handling
Closed

Translation for "Responding to Events"#861
xxtereshko wants to merge 14 commits into
reactjs:mainfrom
xxtereshko:feat/learn-event-handling

Conversation

@xxtereshko

Copy link
Copy Markdown
Contributor

"Responding to Events" page translation (src/content/learn/responding-to-events.md)

@fpetrakovfpetrakov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Привет, спасибо за перевод, немного посмотрел, есть предложения, что думаешь?

Comment threadsrc/content/learn/responding-to-events.md Outdated
Comment threadsrc/content/learn/responding-to-events.md Outdated
Comment threadsrc/content/learn/responding-to-events.md Outdated
Comment threadsrc/content/learn/responding-to-events.md Outdated
Comment threadsrc/content/learn/responding-to-events.md Outdated
Comment threadsrc/content/learn/responding-to-events.md Outdated
Comment threadsrc/content/learn/responding-to-events.md Outdated
xxtereshkoand others added 5 commits April 29, 2023 16:07
Co-authored-by: Fedya Petrakov <jakephin2015@gmail.com>
Co-authored-by: Fedya Petrakov <jakephin2015@gmail.com>
Co-authored-by: Fedya Petrakov <jakephin2015@gmail.com>
Co-authored-by: Fedya Petrakov <jakephin2015@gmail.com>
Co-authored-by: Fedya Petrakov <jakephin2015@gmail.com>
Co-authored-by: Fedya Petrakov <jakephin2015@gmail.com>
@xxtereshko

Copy link
Copy Markdown
ContributorAuthor

Привет, спасибо за перевод, немного посмотрел, есть предложения, что думаешь?

Привет, согласен со всем. А по кнопке - оставим "я ничего не делаю", как считаешь?

@fpetrakov

Copy link
Copy Markdown
Contributor

Давай :)

Co-authored-by: Fedya Petrakov <jakephin2015@gmail.com>
- `UploadButton` passes `() => alert('Uploading!')` as the `onClick` prop to the `Button` inside.

Finally, your `Button` component accepts a prop called `onClick`. It passes that prop directly to the built-in browser `<button>` with `onClick={onClick}`. This tells React to call the passed function on click.
- `PlayButton` передает `handlePlayClick` в качестве пропа `onClick` внутренней кнопке.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

пожалуйста проверьте чтобы были одинаковые переносы строк.
В будущем будут приходить правки, которые нужно будет ребейзить

@xxtereshkoxxtereshko closed this by deleting the head repository Apr 21, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@xxtereshko@fpetrakov@gcor