OOP is better with stamps: Composable object factories. News: https://twitter.com/stampit_org
koresar on master
Fix badge - bundle size (compare)
koresar on master
README refresh: remove bower, u… (compare)
instanceof
in JavaScript.
const PaymentRequest = compose(
Storage,
{
init(request) {
this.request = request
},
props: {
get accountId() {
return this.request.x_account_id
},
}
}
)
Object.assign
apparently tries to evaluate those getters right away
@types/stampit
but trying it in codesandbox I got no type hinting.