As we already know, we can pass data top-down (parent to child) via props in React, allowing components to have access to the same informations. In most of the cases, the pass of data trough props will solve any problem that you may have, but let’s think in one specific…