React JS - Props and Events
Props
Props (short for properties) are used in React to pass data from one component to another, usually from a parent component to a child component. Props are immutable, meaning they cannot be changed by the receiving component. Instead, they are m...
vitthal-korvan.hashnode.dev7 min read