1.0.0 • Published 2 years ago

justact v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

JustAct: Better UIs with Familiar Tools

class MyComponent extends justact.Component {
    render () {
        <input value={this.message$}>
    }
}

Why JustAct?

  • Data bindings without virtual DOM
  • Less refactoring
  • Separation of concerns with ease
1.0.0

2 years ago