React code involves lots of components. Oftentimes, ReactJS Props must be passed through multiple components just to get to the desired component. Context allows us to jump through the intermediate components to just get to where we need to go.

Creating Context