wesonweb / houseyourplants_app

0 stars 0 forks source link

Improve loaders #36

Open wesonweb opened 9 months ago

wesonweb commented 9 months ago

What's happening at the moment

When a request is sent from the front end there is no visual cue to the user of its progress

What should happen

A change in state should happen when the request is in progress (spinner) and has completed (remove spinner)

useState hook could be used to update when required