Replies: 1 comment
-
Glad you were able to find your answer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I transition the un/&mount in a list situation where I'm fading children components receiving props {text, image, subtext, ....etc}? Basically, it's an image slider but has text and other stuff going on within the "slide. "
Not sure what I need to pass to the useTransition, the array itself or the index or the array[index]. And then inside of my return's call to transition how I'm passing the current selected index so I get all the juicy details of whatever index I'm at for that array item's data passed into the child component.
Turns out, just needed to code up the simplest form => demo
Beta Was this translation helpful? Give feedback.
All reactions