-
Abstracting Button Events in React
While building my React & Redux project, I thought about how I can streamline how many functions and components I was using. An example being the game buttons. All buttons took in text as a prop and would need to fire off an action when clicked. If this was built without React, each button would […]