Out of curiosity, what library do people normally use for animating their components in CLJS? In particular, I want to be able to have animations when components mount and unmount, this had led me torn between react-transition-group and something more fully-featured like react-spring or framer-motion. Do any of these libraries have CLJS wrappers? Thanks
I've seen that example recently, so I guess I'll just use react-transition-group for now. Thanks