You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The onClick doesn't have any special meaning here, but it's popular to name handler props starting with on and their implementations with handle.
is misleading because it is special and references the SyntheticEvent handlers. Instead, the documentation should give a brief description of why onClick was used and reference the section on SyntheticEvent to allow the users to see available handlers other than onClick.
The text was updated successfully, but these errors were encountered:
Under "Lifting State Up":
is misleading because it is special and references the SyntheticEvent handlers. Instead, the documentation should give a brief description of why
onClick
was used and reference the section on SyntheticEvent to allow the users to see available handlers other thanonClick
.The text was updated successfully, but these errors were encountered: