Custom sample for learning about sharing data components in reactÂ
Using Props to share data, this method keeps the data in a common parent and passes it down to all child components through props, even if some do not use it.