two-brothers / overcooked-cms

0 stars 0 forks source link

Download food and recipe record on demand #3

Closed nikeshnazareth closed 5 years ago

nikeshnazareth commented 5 years ago

Currently, if you navigate to a particular recipe or food record, it will show Not Found until the record is independently added to the redux store.

Instead, it should display a Loading screen while it queries the record directly from the server, and then display the record or Not Found when the server responds.