We have been creating React components for a while now. One thing that you might have noticed is that our React components only contained static data. However, you will also have to regularly deal with dynamic data when working with React. We learned about props in a previous tutorial and how they pass data from parent components to a child. On the other hand, state is used to manage information o