compose.js

0.0.1 • Public • Published

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.

Package Sidebar

Install

npm i compose.js

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tsapeta