This package has been deprecated

Author message:

Omiescent is now Omniescent.

omiescent

0.0.5 • Public • Published

omiescent

A library providing an abstraction for React components similar to that of Quiescent for clojurescript. Except, sometimes you need state! Omiescent pairs the simplicity of Quiescent with the cursors of Om, for js, using Immutable.js.

var component = require('quiescent-for-js'),
    React = require('react');
 
var Heading = component(function (value) {
  return React.DOM.text({}, value.text);
});
 
= document.querySelector.bind(document);
React.renderComponent(
  Heading({ text: 'some text' }),
  $('.app'));

/omiescent/

    Package Sidebar

    Install

    npm i omiescent

    Weekly Downloads

    1

    Version

    0.0.5

    License

    mit

    Last publish

    Collaborators

    • torgeir
    • mikaelb