Keep Moving Forward | X-Team Magazine

API Calls in React/Redux Part 1 — Introduction

Written by Danyon Satterlee | Sep 25, 2017 4:00:00 AM
This video introduces how to look up information from an API. We use the [colr.org API](http://www.colr.org/) for this tutorial. Learn how to make a GET request. Finally we will decode the JSON information from a given end point using the tool [Postman](https://www.getpostman.com/).

Source: https://github.com/danyonsatterlee/youtube-examples/tree/master/color-fun

Series overview: