marcopeg-dev / m07-cv-frontend

Frontend for M07 class project
4 stars 3 forks source link

Use hooks within Edit component to send full array string #44

Open VernitaJ opened 4 years ago

VernitaJ commented 4 years ago

If nothing is entered in input, the initial user data should be sent to the backend. EXAMPLE - name: Jennifer surname: Dous

If only name is changed in input, to 'Jenny' array should show: name: Jenny surname: Dous

NicolaWinterson commented 4 years ago

Hi, I think my PR goes towards (but perhaps doesn't entirely solve) this issue