As per JET VDOM Doc, we can pass Props from parent and child.
That's straight.
But many times, child processed those props data and send new value to the parent,
How this can be achieve? In traditional React/Preact app, we can use props to getting and sending data among various components.