|
|
|
|
|
by arunoda
3732 days ago
|
|
Time time debugging is something different here. It's on working with different states of app and try to find issues. This is a way to list components and show their different use case. We can also develop individual components by just looking at this. |
|
OK, now you can save a ref to this state state, i.e., Component 'todo-list' is now rev 51 (on the vDOM) saved-state-1 (with a reference to rev 53) with a rendering label of : "Bar complete". Check off the 2 remaining elements for component todo-list, we now have saved-state-2 (a reference to rev 53) with label : "Tasks completed".
I'm not saying that what you built isn't useful (I'm 100% certain it is!) but I don't see how it's any different from taking an append-only journal and adding bookmarks to save state, though I really could be missing something since I don't work front-end.