Tag JavaScript

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…