434 Views
ASAP: As Simple as Possible In React, there is a very simple way to set up communication from child-to-parent: Working Fiddle here. So what this does is takes a function onTitleChange that is defined in the Parent, and hands it into the Child component as a prop.
0 comments