Update Component State in React With Ramda Lenses

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson, we'll refactor a React component to use Ramda lenses to update our component state. We'll create a lens to focus on the property we want to target and use over to apply the existing state value to a utility function and we'll get back a new state that will be reflected in our rendered UI.