1. 23
    Delete Existing Records on The Server with Redux Thunk and Fetch
    6m 14s

Delete Existing Records on The Server with Redux Thunk and Fetch

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

We’ll use fetch and an async action creator to send a DELETE request to the server and update the UI by removing the deleted item and displaying a success message once the save has completed successfully.