Recast key docs to be much clearer and more accurate (#2540)
* Recast key docs to be much clearer and more accurate [skip ci] Also, fix a couple broken hash links I noticed while making this. * Ensure `diff` blocks are highlighted correctly
This commit is contained in:
parent
d4551f49f5
commit
512eef378e
8 changed files with 505 additions and 193 deletions
|
|
@ -393,7 +393,7 @@ m.render(document.body, userInputs(users))
|
|||
|
||||
Having a key means that if the `users` array is shuffled and the view is re-rendered, the inputs will be shuffled in the exact same order, so as to maintain correct focus and DOM state.
|
||||
|
||||
To learn more about keys, [see the keys page](keys.md)
|
||||
To learn more about keys, [see the keys page](keys.md).
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue