React can store a set of observable properties called states. React can decide how to render itself based on the state values. Sometimes it is important to share the state between multiple components by passing the state down through the component tree. React Context aims to solve this issue and stores all states in a central place.
Sort: