Create a home page, it should have a title to the page of and a link to the official website
LEEDS: THE DIGITAL
CAPITAL OF THE NORTH
20th April to 1st May 2020
It should have a subtitle of Talks
It should take 3 properties of talks (array) and two boolean, isLoading and isError
If its loading it should display the loading element
If its errored it should display an error element
It its in neither state it should loop over the talks and render a div with placeholder text of TALK in it e.g. <div>TALK</div>.
It should be added to the app shell and have the required properties passed down to it
It should be added to all menus with a home icon in the bottom bar
Create a home page, it should have a title to the page of and a link to the official website
It should have a subtitle of Talks It should take 3 properties of talks (array) and two boolean, isLoading and isError If its loading it should display the loading element If its errored it should display an error element It its in neither state it should loop over the talks and render a
div
with placeholder text ofTALK
in it e.g.<div>TALK</div>
. It should be added to the app shell and have the required properties passed down to it It should be added to all menus with a home icon in the bottom bar