Skip to content

Commit 35a79cb

Browse files
Update README.md
1 parent f81f97a commit 35a79cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This is particularly suited to situations where an object is not pure data but i
1414

1515
It also means that, thanks to MobX, implementing Undo/Redo is very easy. Prior states can be captured efficiently, and can be "loaded into" a live object hierarchy with minimal impact on unchanged objects.
1616

17+
[Example demonstrating Undo/Redo](https://github.com/danielearwicker/baltar)
18+
1719
[Long read on the philosophy, inspiration, relationship to other projects](http://danielearwicker.github.io/json_mobx_Like_React_but_for_Data_Part_2_.html)
1820

1921
In these notes we will use the term *live object* to refer to objects that have a `json` computed property.

0 commit comments

Comments
 (0)