learn-co-curriculum / putting-it-all-together-lab

Build out a full blackjack game with React and Flux!
Other
0 stars 3 forks source link

Form requirements not needed #5

Closed aturkewi closed 1 year ago

aturkewi commented 7 years ago

I don't think we need to require that the Hit Me button and the Stay button are in forms. We can build this easily with <button onClick={}></button>