-
Notifications
You must be signed in to change notification settings - Fork 119
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
Typechecking with Proptypes translated #98
Conversation
optionalArray: PropTypes.array, | ||
optionalBool: PropTypes.bool, | ||
optionalFunc: PropTypes.func, | ||
optionalFunc: PropTypes.func, // наприклад, приймає функцію або відсутнє значення |
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.
should I somehow give hints about meanings of variable names?
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.
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.
no
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.
optionalFunc => опціональна функція, про що тут гадати?:)
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.
removed
Deploy preview for uk-reactjs ready! Built with commit 34506fc |
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.
Good start 😃
Please follow up with the suggestions below.
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.
Дякую за переклад 🙌
Треба трошки виправити, і можна буде заливати в мастер 😀
Co-Authored-By: vburlai <vitaly.burlai@gmail.com>
Hi @klymenkoo and @ApolllonDev, Thank you for reviewing. |
@vburlai Awesome 🔥🔥🔥 |
Typechecking with Proptypes
translated