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 f8675bc commit b1130c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions dom.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
====================
Working with the DOM
====================

Building a DOM tree
-------------------

(TODO) Explain how to build more complex DOM trees within KWEB

Listening for events
--------------------

(TODO) Explain how to attach DOM listeners and handle them.

Immediate events
----------------

(TODO) Explain how to respond to DOM events without a server round trip
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ The main Kweb website is http://kweb.io/.
.. toctree::
intro
gettingstarted
dom
state
faq

0 comments on commit b1130c0

Please sign in to comment.