component / reactive

Tiny reactive template engine
382 stars 48 forks source link

question: any complex examples with reactive? #146

Open mainiak opened 10 years ago

mainiak commented 10 years ago

Could you, please, create wiki page / something with links to some other projects using reactive?

I would like to create table with edit support based on reactive, but I'm not sure if this is right approach.

I am also not sure if complex structures (models) will work well.

Recursion of reactive instances? Or partial tree update/destroy?

What is best approach with data-bindings? etc. etc. etc.

It looks promising but more documentation/tutorials could help.

Thank you in advance, if you will look into it (anyone).