#context-api
Read more stories on Hashnode
Articles with this tag
In React, if we want to pass props to a nested child component, we usually have to thread it through the child's ancestors like so: function App() { ...