tvc-school / react-challenges

Description of React challenges
MIT License
0 stars 0 forks source link

Reusable user input using state and events #9

Open klequis opened 5 years ago

klequis commented 5 years ago

Create a reusable input that stores its value in state

What else could this component do? Building reusable & flexible components is what React developers do. However, here are some questions to consider on what it should and should not be;