diff --git a/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md b/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md index 4affb89cd6..659bb727da 100644 --- a/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md +++ b/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md @@ -6,6 +6,8 @@ By default, when you modify the value of an `each` block, it will add and remove It's easier to show why than to explain. Click the 'Remove first thing' button a few times, and notice that it's removing `` components from the end and updating the `color` for those that remain. Instead, we'd like to remove the first `` component and leave the rest unaffected. +If you're coming from React, it's the same functionality as [keys](https://reactjs.org/docs/lists-and-keys.html#keys). + To do that, we specify a unique identifier for the `each` block: ```html