Day: January 30, 2020

  • Using JSON data to populate a component

    Continuing from our last post, this is now our component code: We can access the JSON using this.props.data. We can then loop through the updates using “map” and add a new table row for each update and store it all up in the variable tableRows. We also use a function getLink() that renders different things…