Html – How do I pass my state from a child component to a parent component, then to another child component of a different parent component?
Currently working on a CV Creator as a mini React project, these are my current Components: Creator Form Input CvDisplay (DisplayComponents) I have a state in my Input component that updates upon every change in the input box, this is…