/moria

A ClojureScript Wrapper for Building Brilliant Applications with Mithril.js

Primary LanguageClojureMIT LicenseMIT

moria

ClojureScript wrapper for mithril.js

Clojars Project

What is Mithril? (from the mithril.js README)

Mithril is a client-side MVC framework - a tool to organize code in a way that is easy to think about and to maintain.

Light-weight

  • Only 7.8 kB gzipped, no dependencies
  • Small API, small learning curve

Robust

  • Safe-by-default templates
  • Hierarchical MVC via components

Fast

  • Virtual DOM diffing and compilable templates
  • Intelligent auto-redrawing system

Mithril.js is Copyright (c) 2014 Leo Horie