Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 346 Bytes

REDUXANDAPI.md

File metadata and controls

7 lines (5 loc) · 346 Bytes

This feature will bring us to the most advanced and exciting part of the course. In order to work with this API, we’ll place a web request within a redux action. Since web requests return Promises in JavaScript, we’ll have to use more involved techniques like redux middleware with libraries like redux thunk.

https://github.com/15Dkatz