ForEach renders the items, AppendState adds new ones, and PopState removes by index. The item count updates reactively via the length pipe.
Add and remove items with ForEach, AppendState, and PopState.
ForEach renders the items, AppendState adds new ones, and PopState removes by index. The item count updates reactively via the length pipe.