Closed replakcan closed 2 weeks ago
[x] Fetch products
product reducer
/products
{ total: 185, products: [ { ProductObject1 }, { ProductObject2 }, … ] }
After getting response you need to
[ ] You should list products in the UI (shopping page)
[ ] While fetching products data, a loading spinner should be shown on the screen
[x] Fetch products
product reducer
/products
After getting response you need to
[ ] You should list products in the UI (shopping page)
[ ] While fetching products data, a loading spinner should be shown on the screen