I just found out that the DOM manipulation part of React has been split off as react-dom.
So in my limited understanding, it should be possible to run the diffing algorithm (any algo that can take previous and current state and spit out a DOM diff) in a web worker thread and send the diff over to react-dom to patch the DOM. This means expensive diffing can happen in a separate thread. https://github.com/facebook/react/issues/3092 it also means the diffing algo can be written in ClojureScript and that it can target react-webgl as opposed to react-dom. Is there anyone working in this direction? Sent from my iPhone -- 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.
