Hello. I want to use :did-mount to do a "flash & fade" color effect on newly posted comments.
I'm clueless as to how to do this with rum & react.
I've got the idea to use a mixin
(def show-fresh
{:did-mount (fn [state] ....
any help greatly appreciated! ^_^
oooh got it from an example. using CSS to create a transition ^.^
hmmm
nevermind. is tricky.
set a timer in did-mount
when it fires, start fade
could you elaborate pls?