Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 621 Bytes

FETCHING.md

File metadata and controls

6 lines (4 loc) · 621 Bytes

Making HTTP requests by dispatching a redux action

redux-recompose enables you to make HTTP requests just by dispatching a redux action. Not only that, it also updates your state so you can know when you are waiting for the response and wether an error ocurred.

You can check out this great medium post by mvbattan in order to understand how it works.

You can try out an invisible reducer in a demo as well. We recommend using you own browser's console instead of codesandbox.ios's.