-
Notifications
You must be signed in to change notification settings - Fork 388
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
Translate AJAX and APIs #25
Conversation
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.
Accepted with nits
|
||
The component below demonstrates how to make an AJAX call in `componentDidMount` to populate local component state. | ||
Компонент ниже показывает, как сделать AJAX-запрос в методе `componentDidMount`, чтобы наполнить локальное состояние компонента. |
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.
|
||
The example API returns a JSON object like this: | ||
Пример нашего API возвращает следующий JSON-объект: |
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.
"Пример API" звучит странно. Может
Допустим, наш API возвращает следующий JSON-объект:
(Оригинал тоже немножко странный но по-английски это понятнее было)
// instead of a catch() block so that we don't swallow | ||
// exceptions from actual bugs in components. | ||
// Примечание: важно обрабатывать ошибки в этом колбэке, | ||
// а не использовать блок catch() для этого, чтобы не |
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.
"для этого" можно убрать
// Примечание: важно обрабатывать ошибки в этом колбэке, | ||
// а не использовать блок catch() для этого, чтобы не | ||
// перехватывать исключения из-за существующих багов | ||
// в компонентах. |
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.
"существующих багов" -> может "настоящих багов"? Вопрос не столько про то, были они уже или не были.
Я ступил и перевёл страницу, которая была уже забита :( Поэтому этот PR будет закрыт, после создания перевода от @avevlad. |
@lex111 почему не закрыть его сейчас? |
@avevlad чтобы я потом сослался на твой. |
Разумеется, можешь свободно использовать этот перевод, учитывая предложенные улучшения. |
Закрыто в пользу #30 |
No description provided.