Data sync input between parent and children
I have the following scheme (cf picture):
How to track and sync input change in children and reflect it to parent ?
- a route that get initial data
- data with items are sent to an island
- item of data are sent to a child island
How to track and sync input change in children and reflect it to parent ?