Using useState in React was probably was one of the most difficult concepts to wrap my head around when learning React. Here, I will do my best to explain useState the way I understand it and how to implement it. State is typically used when somethin...