/rilti-todomvc

rilti.js todomvc example (New Version)

Primary LanguageJavaScript

Rilti.js • TodoMVC

A Future Forward Frontend Framework

Resources

Support

Let us know if you discover anything worth sharing.

Implementation: a semi-procedural/event-driven approach

All the HTML (except the boilerplate of course) is generated by rilti.dom['tag']. The todo items are managed and saved by event hooks using rilti.model(localStorage.getItem('todos')) and so on. Fairly straight forward, everything is under 200 LOC.

Credit

Created by Saul van der Walt