0.0.1 • Published 8 years ago

@act/core v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Travis

ACT

A simple reactive front-end framework

Hello Act

Here's Act's hello world:

main('Hello world')

And here's the classic counter example:

const view = (value) => ['button', {click: {add: count}}, value]
const model = 0
main(view, { model })

Install

Act is written in es6 and expects you to use webpack, so you can import only the files you really need. To install, just run in your project folder:

npm i @act/core -s
0.0.1

8 years ago

0.1.0

8 years ago