main module

mreframe: A reagent/re-frame imitation that uses Mithril instead


main module

The main module imported with require('mreframe').

Exports the following items:

  • util – the mreframe/util submodule
  • atom – the mreframe/atom submodule
  • reagent – the mreframe/reagent submodule
  • reFrame – the mreframe/re-frame submodule
  • _init (opts) from re-frame submodule

There’s also jsx-runtime which isn’t included in main module (it implements JSX support).