You get a bonus - 1 coin for daily activity.
Now you have 1 coin
What is the difference between state and props in REACT?
Practice
Both props and state (state and props) are plain JavaScript objects. Although both hold information that influences the output of a render, they differ in their functionality with respect to the component. Props are passed to a component in a way similar to function parameters, whereas state is managed inside the component in a way similar to variables declared inside a function.
Comments
To leave a comment
If you have any suggestion, idea, thanks or comment,
feel free to write. We really value feedback and are glad to hear your opinion.
Comments