Hey guys,
Is there an equivalent to React keys (
https://reactjs.org/docs/lists-and-keys.html#keys) to ensure that, in a list, the same element is always rendered using the same dome node, even if elements are added or removed ?
This is important for CSS animations.