reading-notes

Components

Views of a component

characteristics of components

principles of component based design

Props

Things I want to know more about

I Kind of get props but what I’m not sure about is when you pass the prop as an argument in the child component, why cant you just write the code in the parent component? I’m also not sure about the syntax why do you have to change it in the parent and not in the child?