Context API
Without Context API, we have to do prop-drilling. Meaning, props will have to be passed down from one Component into another (sometimes, through multiple intermediate Components in between)
Without Context API, we have to do prop-drilling. Meaning, props will have to be passed down from one Component into another (sometimes, through multiple intermediate Components in between)