Matt Ruby
@ruby_matt
var person = {
firstName: "Matt",
lastName: "Ruby",
age: 37,
fullName: function () {
this.firstName + " " + this.lastName;
}
};
First Name | Last Name | Full Name |
---|---|---|
Matt | Ruby | Matt Ruby |
Joe | Schmo | Joe Schmo |
observable
computed
autorun
reaction
transaction
action
autorunAsync
Atom & Reaction
createTransformer
expr
extendObservable
isObservable
modifiers
observe
spy
toJS
transaction
untracked
when
Babel/TypeScript + decorators