mariocasciaro / object-path-immutable

Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How should I sort an array of immutable objects?

qq253498229 opened this issue · comments

How should I sort an array of immutable objects?

Oh, sorry, my mind got stuck. I can use [...list].sort() to sort the list.