Automatically inherit props
Call sites
and their call sites
and … . If you have to pass a props from a grand parent to a child, then it starts adding a bit of boilerplate. Many people ask us why we don’t implement props that are automatically inherited like scope in Angular. The reason is that you now have to check all the possible ancestors of your component which can be a —lot— of files And as a corollary, when you want to update one of the top level files, it’s really hard to know all the components that depends on it, and therefore test them all to make sure your fix worked