Understanding Props in a Easy Way.
Props are nothing but the information which a parent component provides to its children component. That information could be any JavaScript value {for Ex: "functions", "Arrays", "Objects", "variables"}.
Why we need ...