January 2019
Intermediate to advanced
592 pages
14h 30m
English
Before going through this recipe, we need to create a new empty app named remote-api-post.
In this recipe, we will also be using the very popular axios package for handling our API requests. You can install it via the Terminal with yarn:
yarn add axios
Alternatively, you can use npm:
npm install axios --save
Read now
Unlock full access