1. 22
    Update Existing Records on The Server with Redux Thunk and Fetch
    7m 44s

Update Existing Records on The Server with Redux Thunk and Fetch

Share this video with your friends

Send Tweet

We’ll use fetch and an async action creator to save updated data to the server and update the UI with the result of the update and a success message once the save has completed successfully.

Donald Whalen
Donald Whalen
~ 7 years ago

Protip: String template syntax must be wrapped in ` not '.

Thein
Thein
~ 6 years ago

why didn't you pass todo obj to toggleTodo function directly?