React Context

React context allows us to pass down and use data in whatever component we need in our React app without using props.

Code :