Update State in React with Ramda's Evolve

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson we'll take a stateful React component and look at how we can refactor our setState calls to use an updater function and then leverage Ramda's evolve function to make our updater function a reusable utility that isn't tied to the React API.