Skip to content
Dhinesh Kumar edited this page May 9, 2018 · 43 revisions

Table of Contents

General Tools

Starter Kits

Testing

Preprocessors

  • mithril-template - Transpile HTML templates to mithril hyperscript
  • mithril-objectify - API, CLI, or Browserify transform - optimize m() calls to JS objects - for speed
  • MSX - React-based preprocessor that allows Mithril templates to be written with HTML syntax (e.g. <div></div> instead of m("div"))
  • msx-reader - another MSX reader for JavaScript, powered by sweet.js
  • mithrilify Browserify transform for converting Mithril view templates
  • mithril.sugarTags Sugar'd tags for use with Mithril views, much nicer and succinct compared to normal view definitions with the same benefits
  • Mithril icon builder - Converts SVG icons to Mithril elements, for instance mmsvg
  • jade-mithrilier - A design-focused abstraction layer over Mithril. Provides a small utility library to allow you to better harmonise your MVC strategy with server-side models and rendering processes
  • j2c small CSS in JS library that comes with a mithril adapter.
  • mss - CSS library/compiler - Compiles javascript objects into CSS then inserts it into the <head> of the document. EXAMPLE with Mithril (uses coffeescript)