Adding a List of Earthquakes Using Observables

Learn how to extract data and display it on the web application.

The first feature in the new dashboard is for displaying a real-time list of earthquakes, including information about their locations, magnitudes, and dates. The data for this list is the same as for the map, which comes from the USGS website.

We’ll first create a function that returns a row element given a props object parameter:

Get hands-on with 1200+ tech skills courses.