1. 19
    Convert Object Methods into Composable Functions with Ramda
    4m 44s

Convert Object Methods into Composable Functions with Ramda

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson, we'll look at how we can use Ramda's invoker and constructN functions to take methods of an object and turn them into reusable utility functions that are curried and accept their object as the last argument. We'll convert a dot-chained string of jQuery methods and create a composed function that can be applied to multiple elements.