React Contexts
React context are ways of providing data through a tree of components without having to "drill" the data through all the components on the path.
React context are ways of providing data through a tree of components without having to "drill" the data through all the components on the path.