Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
misc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 20, 2018
1 parent d4a72f1 commit af71d77
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion state.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,19 @@ Will print:
Note how counterDoubled updates automatically.

Reversible KVar mappings
KVars, meet the DOM
-------------------

TODO: Explain how KVars can be tied to DOM values such that they update automatically and in realtime.

KVars, meet Persistent Storage
------------------------------

TODO: Explain how KVars integrate with `Shoebox <https://github.com/kwebio/shoebox>`_.

Reversible KVar mappings
------------------------

If you check the type of *counterDoubled*, you'll notice that it's a *KVal* rather than a *KVar*. The difference is
that *KVal*'s values may not be modified directly, so this won't be permitted:

Expand Down

0 comments on commit af71d77

Please sign in to comment.