1. 3
    Select a Subset of Properties from a Collection of Objects in Ramda
    2m 59s
⚠️ This lesson is retired and might contain outdated information.

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

Andy Van Slaars
InstructorAndy Van Slaars

Share this video with your friends

Send Tweet
Published 6 years ago
Updated 10 months ago

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
Robert Pearce
~ 4 years ago

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