Question: Client Side Implementation: Appropriately use React technology such as properties, state, components... You will add a way for users to Edit and Delete items from

Client Side Implementation:
Appropriately use React technology such as properties, state, components...
You will add a way for users to Edit and Delete items from their list of data. This will include a form. Use a state variable to let the user know if they have successfully edited and deleted the data.
The requests for editing and deleting will be sent to the server.
When an item is successfully edited, you will get a 200 response from the server, and you will show the new data on the client. The user should not need to refresh the page to see the new data.
When an item is successfully deleted, you will get a 200 response from the server,
Client side validate must be added to your form, and it needs to match the server side joi validation.
Make sure everything looks well integrated and styled.
Server Side Code
You will continue to work on your previous server side repository.
Add the PUT and DELETE request. That will validate the data using Joi, edit / delete the data appropriately, and then return if it was successful or not

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!