Loading

Quipoin Menu

Learn • Practice • Grow

react / State vs Props in React
exercise
1/5
Exercise 1React
Question

Create a parent component that passes a prop 'message' to a child. The child displays the message. Also, the child has its own state for a local counter.