Open wesonweb opened 9 months ago
When a request is sent from the front end there is no visual cue to the user of its progress
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
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