1. 4
    Select a Subset of Properties from a Collection of Objects in Ramda
    2m 59s

Select a Subset of Properties from a Collection of Objects in Ramda

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson we'll take an array of objects and map it to a new array where each object is a subset of the original. We'll look at multiple ways to accomplish this, refactoring our code into a simple and easy to read function using Ramda's map, pick and project functions.

Robert Pearce
~ 5 years ago

Super clear walk-through, and I haven't used project before!