JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
863 stars 90 forks source link

ES6 #110

Closed rickysullivan closed 6 years ago

rickysullivan commented 7 years ago

I'm new to React and have started building an app using ES6.

I'm building a table tennis scoring app. I want to use the onTap event to increment a players score by one. If the umpire makes a mistake, the onPress event is used deduct a point from their score.

I've been reading that in ES6 mixins are no longer the way to go.

What options do I have?