Well, I mean as an example suppose you have a button and every time you press it you add a text or any other component to a certain container...
y
Yann Badoual
11/22/2019, 10:58 AM
The said container would take a list of items to add, and the list would be contained in a model.
The button onClick listener would then update the list
It's a variation of the above samples