Tweak your application state below...
{ "someStore": { "someObject": { "anotherProperty": "value", "someArray": [ 0, 1, 2 ] }, "someProperty": 0 }, "todoStore": { "alphabeticalOrder": true, "completedCount": 1, "todos": [ { "title": "d3" }, { "title": "state" }, { "title": "visualizer" }, { "title": "tree" } ] } }
Watch the collapsible tree below update accordingly ☺
state
todoStore
todos
todos[0]
todos[1]
todos[2]
todos[3]
completedCount
alphabeticalOrder
someStore
someProperty
someObject
anotherProperty
someArray
someArray[0]
someArray[1]
someArray[2]