Back to Yew

Communication between components

website/versioned_docs/version-0.22/concepts/function-components/communication.mdx

0.18.0282 B
Original Source

Parent to child messaging

Pass data as props that cause a re-render, this is the way to pass messages to children.

Child to parent messaging

Pass down a callback via props, that the child on an event can call. Example