Props are used to pass data from parent to child. They are like function arguments. They are immutable. State is managed within the component and is mutable.