Pranav Bawgikarpranavbawg.hashnode.dev·Jan 12, 2025Why you should switch from Fetch to Ky[31] Why do we need to fetch data from APIs? Fetching data from APIs is like getting information from a specialized messenger. An API is like a postman who can go to different places and bring back specific information for you. Sometimes, the informa...axios
Aneesa Fatimacodewithaneesa.hashnode.dev·Jun 11, 2024QueryQuest: RTK Made Simple 🗺️Hey everyone! 🌟 In one of my blogs, I delved into Redux Toolkit and explored how it makes your Redux experience a breeze. This time, I’m excited to share a beginner's guide to a powerful add-on called RTK Query. Ready to dive in? Let’s go! 🚀 RTK Qu...10 likes·41 readsRTQ
Byung Joo Jeongjoo.hashnode.dev·May 14, 2024Project : What APIs should be developed for specific Web Page FE & BE#Foreword Below is the design that is going to be used for the login page. While designing the API, we missed design of PUT /password API. Be referring to the UX/UI Design, I realized what I should do to make up for it. I started considering how to s...url
Muhammad Haider Khanblog.haiderkhan.dev·Jan 24, 2024Simplifying HTTP API Requests with Client HTTP API Request BuilderIn the world of modern web development, making HTTP requests to RESTful APIs is a common task. It involves handling various complexities such as setting headers, dealing with different HTTP methods, and managing endpoints. The Client HTTP API Request...56 reads#HTTPRequests