component / reactive

Tiny reactive template engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dirty data checking

weepy opened this issue · comments

ever considered this as opposed to using emitters ? (i.e. like Angular)

Would simplify a lot of things.

you can use whatever you like, emitters is just a default ATM. We could do some sort of polling but that's slow. I don't have any examples for it yet but https://github.com/component/reactive/blob/master/test/adapters.js#L16