Set the HTML Tag of a Component via a Prop using Recompose

InstructorTim Kindberg

Share this video with your friends

Send Tweet

Learn how to user the ‘componentFromProp’ helper and ‘defaultProps’ higher order component to swap the underlying html tag of your component. Sometimes we want a component to behave the same overall but to use a different element in the HTML output. An example is swapping an <a> for a <button> or even a react router <Link> depending on circumstance.