Why is using React Context better than just passing around a props object? – Reactjs
I've been reading about the advantages of using Context in React and I am unconvinced. I'm wondering if there's something I've missed. Context provides a way to pass data through the component tree without having to pass props down manually…