Reactjs – Animate on removal from dom
What is the correct way to do animations when removing something from the DOM? It seems like no matter what I do, when I remove something form the dom, it doesn't trigger a re render until the items are removed…