Todos — vanilla JS
No framework at all. liveQuery().subscribe() writing straight into the DOM.
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.
No framework at all. liveQuery().subscribe() writing straight into the DOM.