[Suggestion]: use toSorted and toReversed for the examples in Updating Array in State Page
Summary
Update this section Updating arrays without mutation by adding toReversed() and toSorted() instead of suggestion cloning the array and mutating it.
Page
https://react.dev/learn/updating-arrays-in-state
Details
Since toReversed() and toSorted() have been added to Javascript, should the docs reflect the changes and remove the section about mutating the array before sorting and reversing?
Or does it stay just to give an example of cloning before mutating an array ?
I would like to work on this issue
You can see my PR #7174 for this issue.
I considered appropriate to also add a Note block regarding the similarities between the new methods and the spread syntax.