You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say you have a <ul> full of <li> components. You want to reorder the list and morph the change, the key would determine which component is which during the morphed re-order.
The text was updated successfully, but these errors were encountered:
Does this cover the use case of a lists of components that map to a specific data object key?
e.g. React keys use case
Say you have a
<ul>
full of<li>
components. You want to reorder the list and morph the change, the key would determine which component is which during the morphed re-order.The text was updated successfully, but these errors were encountered: