Back to Yew

Communication between components

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

0.18.0281 B
Original Source

Parent to child messaging

Pass data as props that cause a rerender, 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