This package has been deprecated

Author message:

Goddamn I don't know how to spell.

omniescent

0.0.6 • Public • Published

Omniescent

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

var component = require('omniescent'),
    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'));

Package Sidebar

Install

npm i omniescent

Weekly Downloads

2

Version

0.0.6

License

mit

Last publish

Collaborators

  • torgeir