Two-Way Binding (Complex Object)
This module combines two-way data binding with a complex object structure (`List<Name>`). The parent, child, and grandchild each have their own `EditForm` to add a name. Adding a name anywhere updates the centralized list, and everyone re-renders. This demonstrates advanced propagation of reference types across a deep component tree.