© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
屈铭
Front-end Developer
@gskema +1 I also recommend axios with React, cause It's api is vary easy to use. For example, you can directly use .then() to get the response and use .catch()to get the error info in componentDidMount()
.then()
.catch()
componentDidMount()
Arihant
Non sticky pan to events 🥘🍳
I second that, @srmward you can learn more about how to use axios with React in this superb React Course : courses.reactjsprogram.com/courses/reactjsfundame…