What’s an alternative way to avoid having to bind to this in event callback methods? Technology Community › Category: React › What’s an alternative way to avoid having to bind to this in event callback methods? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Use arrow functions in your event handlers.