TestBranch
KernelDeimos 3 years ago
commit 236fcd7179

@ -0,0 +1,15 @@
# JustAct: Better UIs with Familiar Tools
```javascript
class MyComponent extends justact.Component {
render () {
<input value={this.message$}>
}
}
```
## Why JustAct?
- Data bindings without virtual DOM
- Less refactoring
- Separation of concerns with ease
Loading…
Cancel
Save