-
Notifications
You must be signed in to change notification settings - Fork 147
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
synthetic events - 2 #67
Conversation
* Add word "element" to TRANSLATION.md * fix(terms): treeshaking -> tree shaking (#1977) * inputs array > dependencies array (#1957) * inputs array > dependencies array I think initially this was referred to as the "inputs array" in the docs, then it was changed to the "dependencies array" everywhere except it looks like a few were missed. * inputs array > dependencies array I think initially this was referred to as the "inputs array" in the docs, then it was changed to the "dependencies array" everywhere except it looks like a few were missed. * Fix some issues - Correct ancestor spell - Move the two tailing items of the second list to the first one, in the correct order * Fix "opaque" misspelling * Add some new entries * update faq on perf with function props (#1994) * Fix useReducer example (#1992)
Deploy preview for fa-reactjs ready! Built with commit e111f14 |
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.
@seven-deuce سعی کردم معادلهای مناسبی برای عنوانها پیدا کنم. چند مورد کوچیک هم نوشتم.
content/docs/reference-events.md
Outdated
@@ -89,17 +89,17 @@ The event handlers below are triggered by an event in the bubbling phase. To reg | |||
|
|||
* * * | |||
|
|||
## Reference {#reference} | |||
## مرجع {#reference} | |||
|
|||
### Clipboard Events {#clipboard-events} |
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.
رویدادهای Clipboard
@@ -109,13 +109,13 @@ DOMDataTransfer clipboardData | |||
|
|||
### Composition Events {#composition-events} |
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.
رویدادهای Composition
content/docs/reference-events.md
Outdated
@@ -323,7 +323,7 @@ number deltaZ | |||
|
|||
### Media Events {#media-events} |
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.
رویدادهای مدیا
content/docs/reference-events.md
Outdated
@@ -336,7 +336,7 @@ onTimeUpdate onVolumeChange onWaiting | |||
|
|||
### Image Events {#image-events} |
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.
رویدادهای تصویر
content/docs/reference-events.md
Outdated
@@ -346,13 +346,13 @@ onLoad onError | |||
|
|||
### Animation Events {#animation-events} |
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.
رویدادهای انیمیشن
content/docs/reference-events.md
Outdated
@@ -364,13 +364,13 @@ float elapsedTime | |||
|
|||
### Transition Events {#transition-events} |
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.
رویدادهای انتقال
content/docs/reference-events.md
Outdated
@@ -382,7 +382,7 @@ float elapsedTime | |||
|
|||
### Other Events {#other-events} |
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.
دیگر رویدادها
@sorousht |
No description provided.