nuclear.js

1.0.0 • Public • Published

nuclear.js

Build Status Code Climate Test Coverage

Super small modular frontend framework.

Taking a lot of tips from React and Mercury, nuclear is extremely small.

Example

var nuclear = require('nuclear.js');
var h = nuclear.h;

function App () {

  return nuclear.observ('Hello world!');
}

App.render = function (state) {

  return (
    h('h', state())
  );
}

nuclear.app(document.body, App(), App.render);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

Package Sidebar

Install

npm i nuclear.js

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bes