Category React

Native fetch wrapper in React and JavaScript

fetch-wrapper-in-react.png

In modern web development with React, interacting with backend APIs is a fundamental task. While the browser’s built-in fetch API provides the basic functionality, it can become repetitive and cumbersome to handle tasks like setting headers, managing authentication, and implementing…

React Cookies management with simple hooks

This blog post explains the process to maintain cookies in React application using simple hooks from react-cookie-service library react-cookie-service is a simple react library with 5 hooks that helps to read, set, and delete cookies Usage Install the library using npm or yarn…