TheDataShed / leeds-digital-festival-app

1 stars 1 forks source link

Load talks list #7

Closed jordanfinners closed 4 years ago

jordanfinners commented 4 years ago

In the app shell the list of talks should be fetched It should make this request as soon as the app is loaded It should make this request to a ./talks.json It should load the results back into a property which is an array of talks It should have two boolean values for isLoading and isError It should set boolean values for isLoading and isError at the right times Any exception should be tracked using Azure App Insights