Context API - 401-advanced-javascript-Mai/amman-javascript-401d1 GitHub Wiki
Context API
Context provides :
a means of passing state down the component tree through a Provider/Consumer relationship.
At as high a level as makes sense, a “provider” can make it states available, along with means of altering it (methods).