The Context API allows you to reference state set on a higher level component from a lower level component. The Context API replaces "prop drilling" as a simpler way to reference state from nested components.
Set a component named Provider (technically you can name it anything) at the top level component of your app. Provider is the name that is conventionally used for this component.