TLDR
In this article, we learn how to use Axios with React to make API requests and also how to handle the response. We’d be using a popular public API – http://://://jsonplaceholder.typicode.com/. We can get a list of posts by hitting the /posts endpoint, edit and delete posts by /post/id and so on. You’ll get a positive response for illustration purposes. It will only be faked as the data would not be created on their server.via the TL;DR App
no story
Written by rathore | Founder @ dunebook.com and CodeSource.io