Exercise 2: Props

In notebook:
FrontEndMasters React
Created at:
2016-06-14
Updated:
2016-06-22
Tags:
You have to pass “USERS” as a prop to the app and not as a global. Then validate Gravatar's size property. Custom validator that can turn a string into text (hint: parseInt).
Make the emailType check more generic, so that it works with any name (e.g. userEmail or loginId)