Final Touches

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

We'll cover the following...

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 ...