tfs-demos

React state challenge

We are going to integrate shared state into the app you built in the previous challenge

We will create a new list view that loads data from an API and allows users to mark items as favourites

The shared state should use one of three options (your choice):


Task 1

Add your chosen state library to the app


Task 2

Fetch data from a public API

Requirements:


Task 3

State shape and actions

Requirements:


Task 4

Store favourites

Requirements:


Task 5

Persistence

Requirements:


Stretch goals