> Regarding diffing - in terms of rerendering whole subtrees every time > reactive will not perform as well as react even if diffing is implemented - > it is not designed that way. >
I should probably correct this - I think i was a bit tired when I wrote it and not as impressed with diffing performance as I wanted to be. Actually, although I've only done a very rough visual benchmark, I think the diffing performance is somewhat on par with React's - just no key support. Again, diffing isn't the core algorithm this library is using even though it has it - direct binding is. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
