Reactjs – React – Frontend Component submit handler calling API function doing a fetch, but not waiting for the returned value
I have a handler for a form submit that takes a user image, sends it to the back, does stuff on that image, and gives the modified image back (as a base64) to the front to be displayed. Sending and…