React Synthetic Events
React is awesome! Because it helps with making consistent event handler functions [among many other things].
Every event handler will be passed instances of SyntheticEvent
which has consistent properties [as opposed to the native events’ variations in properties].
Written on June 20, 2018 by jasonkurian