Creating a PersonRenderer

Create a new React component to render the IPerson data type with styles.

Now we’ll create a new React component to style our IPerson data type, like we did with IWidgets. We’ll also make use of a few Unicode emojis to improve ...