compose.js
v0.0.1
Published
Compose is a JavaScript util that combines the advantages of JSX, VirtualDOM and [WebComponents](http://webcomponents.org).
Downloads
2
Maintainers
Readme
Compose.js
Compose is a JavaScript util that combines the advantages of JSX, VirtualDOM and WebComponents.
Usage
Installation via npm: npm install --save compose.js
More information soon
Requirements
Currently only the latest browsers are supported. More specifically, the code is written in ES6 with some future features such as decorators, object spread and class properties. Compose uses Babel to transpile only new language features which have not been implemented in the browsers yet.
It is suggested to use Webpack and Babel in your project, because you will probably need JSX transformations applied to your code.