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.
Search
Aug 17, 2024, 1 min read
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.