10 - Redux Async action creators part 02 - dispatching actions in HTTP requests using the fetch API

Опубликовано: 10 Октябрь 2024
на канале: Rowadz
149
7

Creating a simple TODO list application with react and redux, this is a watch me code videos where I code and try to explain what I did.


Repo:
https://github.com/Rowadz/react-redux-yt

DOCS:

redux-thunk:
https://www.npmjs.com/package/redux-t...

The API I used
https://jsonplaceholder.typicode.com/

async-actions:
https://redux.js.org/advanced/async-a...

mapDispatchToProps:
https://react-redux.js.org/api/connec...

redux store:
https://redux.js.org/basics/store

redux reducers:
https://redux.js.org/basics/reducers

redux actions:
https://redux.js.org/basics/actions