This is an example of pausing state to prevent a bound componet from rendering. Enter a first and last name and tap Add Person. You'll see the component update because its bound to the state. Now check the Pause State checkbox, then add a new first and last name. When you tap Add Person, nothing happens. Add another first and last name and tap Add Person. Nothing happens. Now uncheck the checkbox and tap the Render Component button. You'll see the component update with the new names. The checkbox toggles the paused state of the State object. If it is not paused, the Render Component button executes the State object's "renderComponents" method.


Array of Objects