/Ractive-TodoMVC

Example TodoMVC implementation using Ractive.js

Primary LanguageCSS

Ractive.js TodoMVC Example

Ractive.js solves some of the biggest headaches in web development – data binding, efficient DOM updates, event handling – and does so with almost no learning curve.

Ractive.js - ractivejs.org

Learning Ractive.js

Try the 60 second setup, or follow the interactive tutorials.

You can find the API documentation on GitHub.

If you have other helpful links to share, or find any of the links above no longer work, please let us know.

Implementation

Ractive.js isn't an MVC framework in the traditional sense. There are no Model classes, just a plain old array of task objects, and there is only one view object. The app lives in a single file, with two tiny extra files to handle persistence and routing.

Credit

This TodoMVC application was created by Rich Harris.