hitchup
v0.0.1
Published
Declarative data binding solution.
Readme
hitchup

Declarative data binding solution..
Installation
$ npm install --save hitchupUsage
<section class="user">
<h1 data-text="user.name"></h1>
<p data-text="user.email"></p>
</section>import Hitchup from 'hitchup';
new Hitchup(document.querySelector('.user'), { user });License
MIT © Marcelo Fraga
