Final Touches

Let's make a few final improvements to the sign-up component.

Composing Higher-Order Components

There is one improvement that we can make for the higher-order components used for the SignUpForm. Nesting functions (higher-order components) into each other like we did before can become verbose. A better way is to compose the higher-order components instead. For this, we must install recompose for our application:

Get hands-on with 1200+ tech skills courses.