in a react.js App, i have some simple text stored in the App state , and passed to a child component who will display it directly . i want to animate the transition so that when it changes , the previous text will fade out and then the incoming text will fade in .
how is that possible using react-spring ?