0 votes
in ReactJS by

How the parent and child components exchange information?

1 Answer

0 votes
by

This task is generally performed with the help of functions. Actually, there are several functions which are provided to both parent and child components. They simply make use of them through props. Their communication should be accurate and reliable. The need of same can be there anytime and therefore functions are considered for this task. They always make sure that information can be exchanged easily and in an efficient manner among the parent and child components.

Related questions

0 votes
asked Nov 12, 2022 in Operating System by john ganales
0 votes
asked Aug 25, 2020 in XML by Robindeniel
...