reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
Spaceman 2020-06-02T00:32:49.054300Z

@jcb that's still doesn't work unfortunately. The animation does work, but I still have to click twice or re-focus on the webpage for it to occur. What should I do to get help?

awb99 2020-06-02T05:29:15.056600Z

I have a question on reagent performance for large svg drawings (which contain 100s or 1000s of sub nodes): Is the vdom-dom rendering much slower than pure HTML in such cases?

jcb 2020-06-02T11:30:17.062Z

@pshar10 at this point, probably worth putting together a simplified gist so people can test it themselves. Have you had plain css or React Css Transition Group animations working? they all work in basically the same way