The React Code for an event ============================= .. code-block:: javascript function Event(props) { return (
Error
{props.date} {props.location}.

{props.title}

); } Props ---------- * Date: When the event happened * Location: Where the event happened * Title: 1 sentence describing the event * Image: The src/url of the pic we want to display * TimelineImage: The image shown during the initial timeline