-
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
Translated "adding interactivity" page #539
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Converted to draft based on this comment #457 (comment) |
Regarding the PR itself:
|
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.
Я додала коментарі для частин, які не будуть змінюватися
|
||
<Sandpack> | ||
|
||
```js | ||
export default function App() { | ||
return ( | ||
<Toolbar | ||
onPlayMovie={() => alert('Playing!')} | ||
onUploadImage={() => alert('Uploading!')} | ||
onPlayMovie={() => alert('Грає!')} |
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.
Переклади прикладів мають співпадати із вже перекладеними розділами. Далі для інших місць треба буде перевірити, коли перекладуть інші частини
|
||
Or, if you're already familiar with these topics, why not read about [Managing State](/learn/managing-state)? | ||
Або, якщо ви вже знайомі з цими темами, чому б не прочитати про [Управління станом](/learn/managing-state)? |
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.
Увесь цей пункт краще перекласти, як той what’s next https://uk.react.dev/learn/describing-the-ui
взаємодія -> Інтерактивність Co-authored-by: Alina Listunova <alinkedd@users.noreply.github.com>
Co-authored-by: Alina Listunova <alinkedd@users.noreply.github.com>
Co-authored-by: Alina Listunova <alinkedd@users.noreply.github.com>
Co-authored-by: Alina Listunova <alinkedd@users.noreply.github.com>
Co-authored-by: Alina Listunova <alinkedd@users.noreply.github.com>
No description provided.