Transform Props by using the Recompose mapProps Higher Order Component

InstructorTim Kindberg

Share this video with your friends

Send Tweet

Learn how to use the 'mapProps' higher-order component to modify an existing component’s API (its props). 'mapProps' takes incoming props and changes them however you’d like; for example, filtering the props by a field.