component / reactive

Tiny reactive template engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support "global" formatters etc

tj opened this issue · comments

mixed in with the regular "view" methods for people who dare live on the edge and push their deps global

what is this ?

Couldn't this be done simply by mixins/prototype extension of the 'view' supplied to reactive?

yeah easily could be, I'd agree with that since it's almost never enough to just use reactive directly anyway