Props Drilling
Props drilling refers to the process of passing props from a parent component to a nested child component through multiple levels of components in the component tree. When a prop value has to be retrieved by a deeply nested component that is not dire...
kamilapreetisamuel.hashnode.dev2 min read