ecronix/react-most-wanted

what about fetch REST API support

UseMuse opened this issue · 3 comments

add examples of working with the API using https://jsonplaceholder.typicode.com/.
To demonstrate how you can use a shell in conjunction with fetch, handle fetch when the user is offline - shell + fetch + pwa

maybe for this it is worth adding a new shell, something like the material-ui-shell-REST-API, or just add a test page demonstrating how to work with the REST API - for example, create a users provider where the users state obtained from https://jsonplaceholder.typicode.com/ and written in the web store

this is to show how a wrapper can be used to work with a REST API. Demonstrating how you can do so that you can work with it comfortably, architecturally beautiful. I will contribute to this, out of duty

can be combined with #211