1. 3
    Convert a QueryString to an Object using Function Composition in Ramda
    2m 13s

Convert a QueryString to an Object using Function Composition in Ramda

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson we'll use a handful of Ramda's utility functions to take a queryString full of name/value pairs and covert it into a JavaScript object so we can access those properties in a more useful way. Along the way, we'll build up a composition and look at the tail, split, map and fromPairs functions, along with the crucial compose function.

Robert Pearce
~ 5 years ago

Great, focused lesson