React useContext() Hook Example

Overview This post is a short walk thru of a small app that demonstrates the useContext() hook. The useContext() hook provides a convenient way to share a state variable between multiple components. The example application will consist of three components. The context is declared in the Parent component and passed to the Input and Output