Big Nerd Ranch React Programming笔记

第十三章

SyntheticBaseEvent is a wrapper that React puts around native events to ensure that events work the same across all browsers. You can access the underlying native event through the nativeEvent property. (However, it is unlikely that you will ever need it.)