JedWatson / react-tappable

Tappable component for React

Home Page:http://jedwatson.github.io/react-tappable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6

rickysullivan opened this issue · comments

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?