granthdb

Framework examples

The same todo list, the same database and the same queries in every one — only the binding differs. Add or tick an item and watch the live query update.

Todos — vanilla JS

No framework at all. liveQuery().subscribe() writing straight into the DOM.