FlashcardIntermediate
State vs Props
State is component-owned and mutable; props are passed in and read-only.
Question
What is the difference between state and props?
Click to reveal answer
State is component-owned and mutable; props are passed in and read-only.
What is the difference between state and props?