React redux thunk library integration tutorial - send network req axios before changing the state

Опубликовано: 19 Март 2026
на канале: Super Dev
178
2

This clip describes the integration of redux-thunk library which allows us to make a network request (for example with axios) before changing the global state of redux. The integration is very simple and consists in creating the functions to update the state and make the network request.