install the component
pass in some todos

As you update the list, the data also updates:

[ { "id": 1, "done": false, "high": true, "description": "install the component" }, { "id": 2, "done": false, "high": false, "description": "pass in some todos" }, { "id": 3, "done": true, "high": false, "description": "mark them as done" } ]