Fork me on GitHub
#reagent
<
2020-01-19
>
Bravi09:01:25

hi everyone. just wondering what animation libraries do you use with reagent? I’ve tried a few, and was hoping to try some others as well to see the differences and then choose one

herald09:01:51

I've only used https://clojars.org/cljsjs/react-transition-group/ which used to be part of React as an addon

dazld15:01:14

you can get a long way with vanilla CSS!

dazld15:01:43

and using explicit key attributes to control when dom elements get created / recycled