Frontend Development ยท React
What is context and shared state in React?
React Context lets a provider expose a value to descendant components without manually passing the same prop through every intermediate level.
React Context lets a provider expose a value to descendant components without manually passing the same prop through every intermediate level.