Quick Look at React Props and Types
In React, props (short for "properties") are a way to pass data and behavior down from a parent component to a child component. Props are read-only, meaning that a child component cannot modify the props it receives from its parent. Instead, a child ...
asritha.hashnode.dev2 min read