react context

[1/1]

  1. Managing React Context Updates: Child Components vs. Lifting State Up
    React Context is a feature introduced in React 16. 3 that provides a way to share data across components without explicitly passing props down through the component tree