What are React props? Mark as favorite Copy Link Immutable data passed from a parent component to a child component Mutable data passed from a parent component to a child component Data passed between sibling components Data passed from a child component to a parent component Check Answer