foobarF
Deno2y ago
foobar

Data sync input between parent and children

I have the following scheme (cf picture):
  • a route that get initial data
  • data with items are sent to an island
  • item of data are sent to a child island
Child islands have only input with no form nor validate button.

How to track and sync input change in children and reflect it to parent ?
Was this page helpful?