Rahul Krishnarahulkrishna28.hashnode.dev·Sep 19, 2024Axios Interceptors in React.js: A Developer’s GuideHey there, fellow React developers! 👋 We’re diving into the world of Axios interceptors — a powerful feature that can seriously level up your HTTP request game. Whether you’re building a small side project or a complex enterprise application, unders...2 likesaxios-interceptor
Abhishekhttpinterceptor.hashnode.dev·Aug 8, 2024What is HTTP Interceptor & Why Should You Use One?Introduction When building web applications, ensuring smooth communication between the client and the server is important. HTTP interceptor help streamline this communication. Using HTTP interceptors, you can catch and modify HTTP requests and respon...HTTP Interceptors#http interceptor
Mustafa Dalgasft.hashnode.dev·May 18, 2024Creating a Reusable Axios Wrapper: A Clean and Efficient ApproachIn one of our projects, we use the axios library to make API requests to our backend REST endpoints. However, we need to add authorization headers to these API requests. After the user logs in, we store the JWT token received from the backend and sen...1 likeFront End DevFrontend Development
Shreeyash SJshree8.hashnode.dev·Apr 5, 2024Exploring the Depths of Axios: Uncovering Lesser-Known CapabilitiesAs one of the most popular HTTP client libraries in the JavaScript ecosystem, Axios is renowned for its simplicity, flexibility, and powerful feature set. While many developers are familiar with its basic functionalities, there are several lesser-kno...10 likes·61 readsReact
Vaisakh Npvaisakhnp.hashnode.dev·Mar 25, 2024Refresh Token Using Axios in ReactUnderstanding Authentication Tokens and Token Refresh Authentication tokens, like JSON Web Tokens (JWT), validate users in web apps and expire after a set time, requiring users to refresh them for uninterrupted access to protected resources. Token re...43 readsReact