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
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