You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the instructions in the workshop to finish the assignment!
About
React components communicate with each other in one direction, from parent to child. The way that parents communicate with their children is by passing data down (called props). In this workshop, we will explore how we can use this relationship to build reusable components.