1. 20
    Sort an Array of Objects by Multiple Fields with Ramda's sortWith
    1m 58s

Sort an Array of Objects by Multiple Fields with Ramda's sortWith

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

Sorting an array of objects by multiple fields can be tricky. Even worse, the code can be tough to follow and making changes in the future is complicated by conditional logic in the sorting function. In this lesson we'll see how to simplify this using Ramda's sortWith along with ascending and descending. We'll sort an array of objects by multiple fields and the code will be readable and dead simple to change.

Sen P
~ 7 years ago

Excellent one! Thank you so much Andrew for the great series :-)

Andy Van Slaarsinstructor
~ 7 years ago

Sen,

Glad you are enjoying them!