|
|
|
|
|
by hartator
2548 days ago
|
|
I've read the article and part of the documentation and I still don't have an idea what's the added value? Looking at the code doesn't seem specially appealing: export default UICell.with(
UICenterRow.with(
UILabel.withText(bindf("${foo}, world!")),
UIPrimaryButton.with({
label: "Do something",
onClick: "doSomething()"
})
)
)
|
|